Automake thumbnail
- by Webmaster
What I need to do is a program that given (as a command line argument) a directory with more directoreies inside, and 4 Pics inside of each dir, the program makes a thumbnail of the 4 files and glues them together (2 rows, 2 columns) and renames that image to the name of the directory.
I think it could be done with a combination of a program and shell scripting (I'm experienced in M$, but new to linux).
Some real examples would be great.
Thanx in advance