Convert multipage tiff into blocks of 100 pages
Posted: 2015-05-08T01:32:35-07:00
Hello,
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
The problem is that this uses all memory and aborts. What I want to do now is splitting the tif in smaller tifs of
100 pages then split them up in 1 paged tiffs.
My question: is there a command to splitt my tiff in 100 paged tiffs?
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?