> convert '*.jpg' -resize 120x120 thumbnail%03d.png > Here, what is the meaning of "%03d"??
It is very similar to %d of printf. It will generate sequence of number for each image. Bye :) -- Bharathi S _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
