AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.08.01 09:34 "Remove - not extract ! - first page from multi-paged tiff", by Uwe Dippel
2006.08.01 14:04 "Re: Remove - not extract ! - first page from multi-paged tiff", by Bernie Pallek

2006.08.01 14:04 "Re: Remove - not extract ! - first page from multi-paged tiff", by Bernie Pallek

Uwe wrote:
> tiffcp file.tif,1-99 restof.tif ?
> I guess it would work properly if I typed similarly
> tiffcp file.tif,1,2,3,4,5,6,7,8,9,10,11,12,.....,99 restof.tif
> 
> Or is there another command or option that I miss ?

I think you're going to like this:

tiffcp.c : 106
"        /* a trailing comma denotes remaining images in sequence */"

So try:

"tiffcp file.tif,2, restof.tif"

Of course, it's only a comment, so it might be a damn lie, but... I tested
it here, and it works (3.8.2).  :-)