Simple and Best Photo Collage Maker for Linux Using PhotoCollage. There are many photo collage software for linux such as Fotowall which available on repository and PhotoCollage which have more functionalities and better I think.
Review of PhotoCollage ( Choose Fotowall or PhotoCollage? )
Making a photo collage linux is easy, Although Ubuntu has fotowall in its repositories, PhotoCollage make things much easier. Since PhotoCollage offer generated photo collage in a single page to print, this the best choise for you who want instant photo collage software for Linux.
For you who want advanced mode for arranging photo to create photo collage then you should use the Fotowall. For advanced image editing you should use GIMP with IGLO.
Best Photo Collage Maker for Linux Using PhotoCollage
Make a photo collage in Linux can easily done with PhotoCollage, a photo collage software for linux.
This quick tutorial is going to show you a really simple photo collage maker application called PhotoCollage. How to Install PhotoCollage and its review.
PhotoCollage is a free and open source tool written in Python. It assembles the input photographs you give it to generate a big poster. Photos are arranged to fill the whole poster, however you can influence the algorithm to change the final layout. You can also set a custom border between photos, and save the generated image in the resolution you want.
It provides a library to create photo layouts and posters, and a GTK graphical user interface. PhotoCollage is written in Python (compatible with versions 2 and 3) and requires the Python Imaging Library (PIL).
Dependency of PhotoCollage Software for Linux
# Install dependencies
sudo yum install python3-pillow python3-gobject python3-distutils-extra
sudo apt-get install python3-pil python3-gi python3-distutils-extra
sudo pacman -S python-pillow python-gobject python-distutils-extra
# Install PhotoCollage
git clone https://github.com/adrienverge/PhotoCollage.git
cd PhotoCollage
sudo python3 setup.py install
Features of PhotoCollage for Linux
- generate random new layouts until one suits the user
- choose border color and width
- save high-resolution image
- works even with a large number of photos (> 100)
- integrates into the GNOME environment
- available in English and French
How to Install PhotoCollage in Linux Mint and Ubuntu
The project is hosted on github.com, you can run below commands in terminal (Ctrl+Alt+T) one by one to get the code and install it:
git clone https://github.com/adrienverge/PhotoCollage.git
cd PhotoCollage
sudo python3 setup.py install
Thanks to dhor, the package is also available in his PPA for Linux Mint 17.x and Ubuntu 14.04. Below commands will add the PPA and install PhotoCollage from Terminal:
sudo add-apt-repository ppa:dhor/myway
sudo apt-get update
sudo apt-get install photocollage