PhotoCollage icon indicating copy to clipboard operation
PhotoCollage copied to clipboard

Graphical tool to make photo collage posters

Results 49 PhotoCollage issues
Sort by recently updated
recently updated
newest added

Hi! Many thanks for this mighty tool 💯 Now I have the situation of wishing to create a collage of photos cut out from a photo album which are not...

Hi, I really like your program. However I think it lacks a command line interface. So I went ahead and wrote a simple one myself.

Hi there! Many thanks for great project. Either pip3 and manual installation produce the same: ``` Traceback (most recent call last): File "/home/chichivica/anaconda3/bin/photocollage", line 21, in from photocollage import gtkgui...

This is linked to issue #38: remember last visited directory. Access to configuration data can be performed by attribute or as dict entries. File is in YAML format, and is...

Please make it possible to add the pictures on top of a background picture (transparent border).

While this project is excellent already, it seems the algorithm could be improved by using existing solutions and ideas: * https://chaoxuprime.com/posts/2013-08-16-more-algorithms-on-perfectly-balanced-photo-gallery.html * https://github.com/crispymtn/linear-partition * https://medium.com/@jtreitz/the-algorithm-for-a-perfectly-balanced-photo-gallery-914c94a5d8af * https://github.com/jonathanong/horizontal-grid-packing * https://github.com/desandro/masonry

Can an option be added just to have photos in a grid (like in the attached) without any cropping of the original photos? ![large-photo-grid1](https://cloud.githubusercontent.com/assets/151947/8026634/28108172-0d76-11e5-9a3d-855a341a89d3.png)

Updating README file following pull request #46

This is the first commit to implement #38: addition of an `options.yml` file, that makes parameters persistent on user filesystem. User can modify the file then restart PhotoCollage; or user...