| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2011.05.31 12:52 "Re: Write Tile", by Olivier PaquetOn 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 |
|||||||