| 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 |
Thread2007.11.09 11:40 "Re: labeling/watermark", by Gerben VosRon Croonenberg wrote: >I want to make sort of a "label" in/on a TIFF image. (so that it looks >like I put a transparent a label with text on the image in a corner.) I don't know of any TIFF-specific utilities that do this. This is more a general image manipulation thing. What I'd probably do is convert the TIFF to PNM, put the text on it using pbmtext/pnmcomp or ppmlabel, then convert it back to TIFF. I'm sure ImageMagick and other generic image manipulation libraries have something for you too. Gerben Vos. |
|||||||