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
March 2000

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

2000.03.29 01:50 "Duplicating tiff file", by Kin Wong
2000.03.29 07:50 "Re: Duplicating tiff file", by Tom Lane
2000.03.29 13:37 "Re: Duplicating tiff file", by Klaus Bartz
2000.03.29 17:57 "Re: Duplicating tiff file", by Kin Wong
2000.03.29 18:18 "Re: Duplicating tiff file", by Rex Jolliff

2000.03.29 18:18 "Re: Duplicating tiff file", by Rex Jolliff

Kin Wong <kinwong@ei.dupont.com> on 03/29/2000 09:57:57 AM

Please respond to wongkw@ieee.org

To:   tiff@olympiakos.com
cc:    (bcc: Rex Jolliff/YM/RWDOE)

Subject:  Re: Duplicating tiff file




Hi,

>Yes, I can recreate the header.  I guess my concern is in line with Tom and
Klaus's
>warning regarding unknown tiff tags, but in a different direction.  I want the
new
>file to be identical to the original tiff file with the exception that the
pixel
>data has been filtered by my code.  This way, I am not losing any information
that
>may be encoded by the original application that created the file that I am
>processing.  This way, I am preserving the originating application's tiff file
>format.

If you change the image data in any way, the likely case is that the resulting
encoded data will not be exactly the same size as the original, so the tiff
header
will have to change.  The best approach is to use the code in tiffcp to do the
work.

Rex.