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
August 1993

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

1993.08.20 09:40 "Re: help on TIFFReadRGBAImage", by Karsten Spang
1993.08.20 14:22 "help on TIFFReadRGBAImage", by Yip Chi Lap
1993.08.21 01:08 "Re: help on TIFFReadRGBAImage", by Sam Leffler
1993.08.21 15:03 "Re: help on TIFFReadRGBAImage", by Yip Chi Lap
1993.08.22 18:02 "Re: help on TIFFReadRGBAImage", by Sam Leffler
1993.08.22 20:07 "Re: help on TIFFReadRGBAImage", by Sam Leffler
1993.08.23 08:07 "help on TIFFReadRGBAImage", by Oliver Trepte
1993.08.23 10:58 "help on TIFFReadRGBAImage", by Oliver Trepte
1993.08.23 17:08 "Re: help on TIFFReadRGBAImage", by Yip Chi Lap

1993.08.23 08:07 "help on TIFFReadRGBAImage", by Oliver Trepte

Sam Leffler wrote:
>The Orientation tag specifies where the raster coordinate system 
>origin is.  The TIFF spec uses rows+columns and TIFFPrintDirectory
>mimics that terminology.  You will either need to read the image
>rows in reverse order or change ppm2tiff to setup the origin to 
>reflect your data.  I don't know about ppm stuff; if it has origin
>information then it should propagate the information.  Otherwise 
>either the data must be organized correctly or you should add an
>option to ppm2tiff to set the origin to reflect the data.

For what it's worth, the PPM standard specifies that the first pixel
in the file is in the lower left corner. This is always the case, and
it can't be set to anything else from within the PPM file.

	Oliver