{"id":13449941,"url":"https://github.com/adrienverge/PhotoCollage","last_synced_at":"2025-03-23T10:31:44.141Z","repository":{"id":11998787,"uuid":"14576836","full_name":"adrienverge/PhotoCollage","owner":"adrienverge","description":"Graphical tool to make photo collage posters","archived":false,"fork":false,"pushed_at":"2024-08-09T16:01:49.000Z","size":2152,"stargazers_count":448,"open_issues_count":47,"forks_count":78,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-18T13:46:44.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrienverge.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-21T03:32:32.000Z","updated_at":"2025-03-16T15:46:17.000Z","dependencies_parsed_at":"2024-01-07T00:09:58.460Z","dependency_job_id":"f4fa6ef7-07e9-40c2-84a8-7c81c26341f5","html_url":"https://github.com/adrienverge/PhotoCollage","commit_stats":{"total_commits":162,"total_committers":21,"mean_commits":7.714285714285714,"dds":0.2222222222222222,"last_synced_commit":"ad2b6acedc1f51fceda8d0316721c72f5bec3d41"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienverge%2FPhotoCollage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienverge%2FPhotoCollage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienverge%2FPhotoCollage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienverge%2FPhotoCollage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrienverge","download_url":"https://codeload.github.com/adrienverge/PhotoCollage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090642,"owners_count":20559295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:00:23.105Z","updated_at":"2025-03-23T10:31:43.695Z","avatar_url":"https://github.com/adrienverge.png","language":"Python","readme":"PhotoCollage\n============\n\n.. image::\n   https://travis-ci.org/adrienverge/PhotoCollage.svg?branch=master\n   :target: https://travis-ci.org/adrienverge/PhotoCollage\n   :alt: CI tests status\n\n*Graphical tool to make photo collage posters*\n\nPhotoCollage allows you to create photo collage posters. It assembles the input\nphotographs it is given to generate a big poster. Photos are automatically\narranged to fill the whole poster, then you can change the final layout,\ndimensions, border or swap photos in the generated grid. Eventually the final\nposter image can be saved in any size.\n\nThe algorithm generates random layouts that place photos while taking advantage\nof all free space. It tries to fill all space while keeping each photo as\nlarge as possible.\n\nPhotoCollage does more or less the same as many commercial websites do, but\nfor free and with open-source code.\n\n.. image::\n   screenshots/photocollage-1.4-preview.png\n   :alt: screenshot\n\nIt provides a library to create photo layouts and posters, and a GTK graphical\nuser interface. PhotoCollage is written in Python (compatible with versions 2\nand 3) and requires the Python Imaging Library (PIL).\n\nFeatures:\n\n* generate random new layouts until one suits the user\n* choose border color and width\n* possible to swap photos in the generated grid\n* save high-resolution image\n* works even with a large number of photos (\u003e 100)\n* integrates into the GNOME environment\n* available in English, French, German, Czech, Italian, Bulgarian, Dutch, Russian, Spanish, Polish and Ukrainian\n\nInstallation\n------------\n\n* Fedora 19+:\n\n  .. code:: bash\n\n   sudo dnf install photocollage\n\n* Debian 9+ / Ubuntu 16.10+:\n\n  .. code:: bash\n\n   sudo apt-get install photocollage\n\n* Using pip, the Python package manager:\n\n  .. code:: bash\n\n   sudo pip3 install photocollage\n\nUsage\n-----\n\nAfter install a launcher for PhotoCollage will appear in your desktop menu.\n\nIf it doesn't, just run the command:\n\n.. code:: bash\n\n photocollage\n\nHacking\n-------\n\n* If you changed the source and want to test your modifications, run:\n\n  .. code:: bash\n\n   PYTHONPATH=. bin/photocollage\n\n  or:\n\n  .. code:: bash\n\n   python3 -c 'from photocollage import gtkgui; gtkgui.main()'\n\n\n* If you need to build a package from source and install it:\n\n  .. code:: bash\n\n   # Install dependencies\n   sudo dnf install python3-pillow python3-gobject\n   sudo apt-get install python3-pil python3-gi\n   sudo pacman -S python-pillow python-gobject\n\n   # Install PhotoCollage\n   python3 setup.py sdist\n   pip3 install --user --upgrade dist/photocollage-*.tar.gz\n\n* If you wish to contribute, please lint your code and pass tests:\n\n  .. code:: bash\n\n   flake8 .\n   python3 -m unittest tests/test_*.py\n","funding_links":[],"categories":["Tools","\u003ca id=\"tag-graphics\" href=\"#tag-graphics\"\u003eGraphics\u003c/a\u003e","Python","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienverge%2FPhotoCollage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrienverge%2FPhotoCollage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienverge%2FPhotoCollage/lists"}