I have a big tiff file of over 1000 pages and want to to split it up in single paged tiffs I use the command
Code: Select all
convert blah.tif -compress JPEG blah_page%04d.tif
100 pages then split them up in 1 paged tiffs.
My question: is there a command to splitt my tiff in 100 paged tiffs?