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
January 2009

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

2009.01.06 08:49 "How to delete a TIFF image from a Mulit-TIFF file efficiently", by Mark Pereira
2009.01.06 10:35 "Re: How to delete a TIFF image from a Mulit-TIFF file efficiently", by Gerben Vos
2009.01.06 11:04 "Re: How to delete a TIFF image from a Mulit-TIFF file efficiently", by Mark Pereira

2009.01.06 10:35 "Re: How to delete a TIFF image from a Mulit-TIFF file efficiently", by Gerben Vos

Mark Pereira wrote:

> I would like to know an efficient way of deleting a TIFF image from a
> Multi-TIFF file?

> Currently I am doing a tiffsplit followed by a merge (tiffcp). This
> works fine but its extremely in-efficient

You can use the image addressing feature of tiffcp. For example, if
in.tif contains three images,

  tiffcp in.tif,0 in.tif,2 out.tif

will copy the first and third image of in.tif to out.tif.

					Gerben Vos.