Page 1 of 1

Getting one layer of a layered tiff file

Posted: 2010-11-10T18:17:54-07:00
by tibberous
I have a tiff file with 3 layers. I want to get just the second one. Is this possible?

Are there any other image formats that support layers that I might have better luck with?

Re: Getting one layer of a layered tiff file

Posted: 2010-11-14T22:47:47-07:00
by anthony
To your read add a '[1]'

See Reading images, Read Modifiers.
http://www.imagemagick.org/Usage/files/#read_mods

or use delete to delete image 0 and all images afetr that one.