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:56 "Re: help needed - adding Annotated text", by Jay Berkenbilt

> On Mon, 13 Sep 2004, 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.
> >
> > I can not use any ActiveX control as the code has to
> > run on Solaris. How can I do this using libtiff?
>
> If by "annotated text" you mean that you want to render text onto the 
> raster image, you can't do that directly using libtiff.  You can use 
> FreeType to do that.  FreeType is easiest to use from an image 
> processing package (e.g. ImageMagick or GraphicsMagick) which supports 
> annotating with text from the command line.
>
> Bob

There's some annotation function used by that Windows Imaging thing.
It stores annotations in tag 32932.  I believe the tool refers to them
as annotations.  This, rather than burning text onto the image, is
probably what the original poster is refering to.  I don't know of any
non-Windows application that can view them, but I haven't looked that
hard.

There is some information about this at this URL which I found,
believe it or not, by doing a google search on 32932.

http://www.awaresystems.be/imaging/tiff/tifftags/wangannotation.html

There's a link from there to a spec for these annotations:

http://www.kofile.com/support%20pro/faqs/annospec.htm

I've never used this myself, but I've often received tiff files
annotated in this way by Windows people who put annotations in with
Windows Imaging and then thought the rest of the world would be able
to see them. :-/

-- 
Jay Berkenbilt <ejb@ql.org>
http://www.ql.org/q/