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 2006

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

2006.09.17 16:09 "embed text", by Doug Rogers
2006.09.17 16:23 "Re: embed text", by Toby Thain
2006.09.18 19:25 "Re: embed text", by Bernie Pallek
2006.09.18 19:47 "Re: embed text", by Toby Thain

2006.09.18 19:25 "Re: embed text", by Bernie Pallek

> So what happens is the cartoons now on the web are unsearchable by  
> content unless you know the saved name of the file. I would love the  
> ability to embed keywords in the graphic file which would also  
> survive the translation to jpg.

There is an "ImageDescription" tag that sounds like it would be useful; you
could use tiffset (the tool from libtiff) to add this tag.  The only problem
is, I don't know if any search engines index on the contents of
ImageDescription, and I also have doubts that the contents of the tag would
be preserved across any manipulation, especially conversion to another
format, even if that format had an equivalent notion.

Although, if you manage the conversion to JPEG yourself, you might just be
able to ensure that the text crosses safely.  Also, your website could have
some custom code put in to search the content of ImageDescription (your web
site's search function would have to interact with tiffinfo/tiffdump, or a
custom made small program that fetches out the content of the tag, and
passes it your search engine).