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
May 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.05.31 10:54 "Write Tile", by Jorge Martin
2011.05.31 12:52 "Re: Write Tile", by Olivier Paquet
2011.05.31 13:02 "Re: Write Tile", by Jorge Martin
2011.05.31 13:02 "Re: Write Tile", by Edward Lam
2011.06.01 10:43 "Re: Write Tile", by Jorge Martin
2011.06.01 13:21 "Re: Write Tile", by Olivier Paquet

2011.05.31 13:02 "Re: Write Tile", by Jorge Martin

I am so sorry. I copied this part of code from other function I have
developed before.

Many thanks for all your answers.


2011/5/31 Olivier Paquet <olivier.paquet@gmail.com>

> On Tue, May 31, 2011 at 6:54 AM, Jorge Martin <jormarfe@gmail.com> wrote:
> > Hello,
> >
> >         I am trying to write a tiled TIFF file but the
> > function TIFFWriteTile is always returning "Can not write tiles to a
> > stripped image" I have set the fields Tilewidth and TileLength and I do
> not
> [...]
> >     TIFFGetField(OutTIFF, TIFFTAG_TILEWIDTH, 128);
> >     TIFFGetField(OutTIFF, TIFFTAG_TILELENGTH,  128);
>
> You'll have better results with TIFFSetField here. Don't you love C now?
> ;-)
>
> Olivier
>