I don’t know if it’s possible, since my knowledge of image processing is low. I need to put my passport size photo on an A4 sheet so that I could print it out out. I tried using GIMP, great tool. Like I said earlier my expertise is very low in this field. I find it difficult to place the photos efficiently in A4 sheet.
Is there any way of placing it programmatically. Looking for some scripts using python… so that I could get a perfect output.
Or is there any program that makes this work easier. Or the last chance is to use GIMP more effectively?
Use imagemagick:
Or try +append to change the orientation.
Repeat as needed:
I may have gotten the -append and the +append mixed up.