| 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 |
Thread2006.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). |
|||||||