Page 1 of 1

How to create a TIF from a big TIF ?

Posted: 2015-09-18T03:00:33-07:00
by Antoine4851
Hi,

I have a TIF of 500 pages : InitialFile.tif
I want to create a new TIF with the pages 120 to 160 from InitialFile.tif.
How can I do this with a command line ?

Many thanks

antoine

Re: How to create a TIF from a big TIF ?

Posted: 2015-09-18T05:50:45-07:00
by snibgo

Code: Select all

convert in.tiff[120-160] out.tiff

Re: How to create a TIF from a big TIF ?

Posted: 2015-09-18T07:45:33-07:00
by Antoine4851
it's work fine, thanks.

Re: How to create a TIF from a big TIF ?

Posted: 2015-09-29T08:18:48-07:00
by Antoine4851
Hi,

How to accelerate the process ?
For example, it's taking around 15 minutes to create a TIF with the first 50 pages from a TIF of 1500 pages...