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 2003

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

2003.01.15 18:41 "IFD Location", by <scott@ippsoftware.com>
2003.01.15 20:11 "Re: IFD Location", by Dwight Kelly

2003.01.15 20:11 "Re: IFD Location", by Dwight Kelly

On Wed, 15 Jan 2003, scott wrote:
> I'm building a TIF with LIBTIFF, and it places the directory after the 
> strip.  I'd like to place it in the front of the file (behind the header).
> I'm basically doing this:
> TIFOpen ()
> TIFCreateDirectory ()
> TIFSetField ()
> TIFSetField ()
> ...
> loop -   TIFWriteScanLine ()
> TIFClose ()

remove TIFFCreateDirectory() and put TIFFWriteDirectory() before
first TIFFWriteScanline() call.

TIFFOpen ()
TIFFSetField ()
TIFFSetField ()
TIFFWriteDirectory()
...
loop -   TIFFWriteScanLine ()
TIFFClose ()

-- 
Dwight Kelly
Apago, Inc.  4080 McGinnis Ferry Rd  Suite 601 Alpharetta, GA 30005
voice:(770) 619-1884  fax:(770) 619-1885
email: dkelly@apago.com web: http://www.apago.com

Download a free evaluation copy of the award winning PDF/X Checkup. Version
2.52 includes many new features including PDF/X Plus workflow checks! Free 
upgrade to registered users. http://www.apago.com/pdfxcheckup