| 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 |
Thread2005.06.14 04:48 "Re: Clippath Data", by Andrey KiselevOn Tue, Jun 14, 2005 at 09:57:05AM +0600, Fiqri Ismail wrote: > I am using Tiff lib for delphi. I have a tiff file with 3 layers and a path > layer (these layers were created inside Adobe Photoshop CS). > I need to get this path info (ClipPath) and copy it to another tiff file. I > tried > TIFFGetField(OpenTiff, TIFFTAG_CLIPPATH, @ClipParth); > it seems to be returning zero . ClipPath tag was not supported in libtiff. I have added required records in the FieldInfo array, so you can try the CVS version. Also ClipPath array has an arbitrary size, so you should supply a variable along with the array pointer to get the array size (sorry, I don't know the exact Pascal syntax for that). Andrey -- Andrey V. Kiselev Home phone: +7 812 5970603 ICQ# 26871517 |
|||||||