Can i use -flatten command while generating multiple images from a multi page tiff file
Posted: 2016-07-08T07:05:04-07:00
I am using the following command to get multiple images from a multipage tiff file
convert.exe -thumbnail 1200x1200 -units PixelsPerInch -density 45x45 multipage_tif_example.tif page%d.jpg
but when I add -flatten command as follows, I get only one page. Why such a behaviour ?
convert flatten -thumbnail 1200x1200> -units PixelsPerInch tif:multipage_tif_example.tif -density 45x45 Page.%d.jpg
Thanks,
Jaspreet
convert.exe -thumbnail 1200x1200 -units PixelsPerInch -density 45x45 multipage_tif_example.tif page%d.jpg
but when I add -flatten command as follows, I get only one page. Why such a behaviour ?
convert flatten -thumbnail 1200x1200> -units PixelsPerInch tif:multipage_tif_example.tif -density 45x45 Page.%d.jpg
Thanks,
Jaspreet