2006.08.01 09:34 "[Tiff] Remove - not extract ! - first page from multi-paged tiff", by Uwe Dippel

2006.08.01 14:04 "RE: [Tiff] Remove - not extract ! - first page from multi-paged tiff", by

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). :-)