| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2006.08.01 14:04 "Re: Remove - not extract ! - first page from multi-paged tiff", by Bernie PallekUwe 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). :-) |
|||||||