formats

Create Photo Collage in Linux

Published on August 13, 2011, by + in linux.

Create Photo Collage in Linux | With ImageMagick you can create a photo collage from the command line in Linux. I’ll show you how! First, make sure you have ImageMagick installed: $ sudo apt-get install imagemagick Next, to simply slap photos together into a grid style collage, use: $ montage *.jpg collage.jpg The end result will look something like this: (blurred

Home Posts tagged "photo"