Re: [Ilugc] ImageMagick Convert

2008-08-30 Thread Girish Venkatachalam
On 13:33:40 Aug 30, Bharathi Subramanian wrote: > > 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. > Read up on printf(3) formats. %03d indicates that inste

Re: [Ilugc] ImageMagick Convert

2008-08-30 Thread Bharathi Subramanian
> 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 "

Re: [Ilugc] ImageMagick Convert

2008-08-30 Thread Ravi Jaya
On Sat, Aug 30, 2008 at 8:24 AM, Masatran / Deepak, R. < [EMAIL PROTECTED]> wrote: > I found this in > : > >convert '*.jpg' -resize 120x120 thumbnail%03d.png > > Here, what is the meaning of "%03d"?? URL encoding character __

[Ilugc] ImageMagick Convert

2008-08-30 Thread Masatran / Deepak, R.
I found this in : convert '*.jpg' -resize 120x120 thumbnail%03d.png Here, what is the meaning of "%03d"?? -- Masatran / Deepak, R. ___ To unsu