> How can I select only one of these overviews?

Assume you only want the first image from your TIFF file.  Use this command:

  convert 'test.tif[0]' -resize 1024 test.png
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to