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
September 2004

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

2004.09.13 11:15 "help needed - adding Annotated text", by Sonaye Chandan
2004.09.13 14:15 "Re: help needed - adding Annotated text", by Frank Warmerdam
2004.09.13 15:04 "Re: help needed - adding Annotated text", by Gerben Vos
2004.09.13 15:37 "Re: help needed - adding Annotated text", by Bob Friesenhahn
2004.09.13 15:56 "Re: help needed - adding Annotated text", by Jay Berkenbilt
2004.09.13 16:29 "Re: help needed - adding Annotated text", by Joris Van Damme
2004.09.13 18:41 "Re: help needed - adding Annotated text", by Richard Morris

2004.09.13 15:04 "Re: help needed - adding Annotated text", by Gerben Vos

sonaye chandan wrote:

> I need to add an annotated text to an TIFF image.
> The program will get the input like Path of the TIFF file, 
> Text to be written, and where to write.

If you want to "burn in" the text onto the image, you will need more than
libtiff. libtiff only does TIFF reading and writing, not image manipulation.
So it can add a text comment to the internal TIFF headers, but not add text
to the image which the user sees on the screen.

I'm not aware of any tools that will do this directly on TIFF files, but
ImageMagick can probably do it. You can certainly also build something using
the netpbm toolset.

					Gerben Vos.