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 2011

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

2011.08.02 11:21 "Orientation in a tiled image", by Weichao Wang
2011.08.02 13:01 "Re: Orientation in a tiled image", by Olivier Paquet

2011.08.02 13:01 "Re: Orientation in a tiled image", by Olivier Paquet

On Tue, Aug 2, 2011 at 7:21 AM, Weichao Wang <weichao_wang@hotmail.com> wrote:
> Dear all,
>
> If a tiff file has the orientation=6, that is, a scan line is from the top
> to bottom, the first scan line is the rightmost column, the last scan line
> is the leftmost column, what is the order of tiles? Is it still from left to
> right, from top to bottom? Does someone have such example tiff file? Many
> thanks in advance!

As far as I know, the whole image gets flipped. So you decode your
tiles/strips as usual and flip the final image. I'll send you some
images separately.

Olivier