On 18 Apr 2006 at 19:28, Catalin Constantin wrote:
> i use:
> convert inputfile.eps -geometry 500x500 -format jpeg
-colorspace RGB
> outputfile.jpg
>
> how do i specify "which image" to use ?
convert inputfile.eps[0] would be the first image in the
file (the
eps image), inputfile.eps[1] would be the tiff preview you
mentioned.
You shouldn't need -format as it will recognise that from
the output
file name 'outputfile.jpg'
If you want to keep the exif info I would use
-resize/-geometry.
However if you want the file to download faster use
-thumbnail as it
will shave a few bytes off the size with a -strip.
Good luck.
Dp.
_______________________________________________
Magick-users mailing list
Magick-users imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick
-users
|