Skip Menu |

This queue is for tickets about the URI-Title CPAN distribution.

Report information
The Basics
Id: 57066
Status: open
Priority: 0/
Queue: URI-Title

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: .png Title comment
Date: Fri, 30 Apr 2010 11:32:02 +1000
To: bug-URI-Title [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
For a .png file URI::Title might extract the "Title" comment string from the file, if it has one. Image::ExifTool can do that fairly easily. It's fairly big so might not want to depend on it, but if available it could be used.
On Thu Apr 29 21:33:14 2010, user42@zip.com.au wrote: Show quoted text
> For a .png file URI::Title might extract the "Title" comment string from > the file, if it has one. > > Image::ExifTool can do that fairly easily. It's fairly big so might not > want to depend on it, but if available it could be used.
Adding a few links to modules that can do this: - http://search.cpan.org/~exiftool/Image-ExifTool-9.90/lib/Image/ExifTool/TagNames.pod#PNG_TextualData_Tags - https://metacpan.org/pod/Image::PNG#text - https://metacpan.org/pod/Image::Info#Comment So even if Image::ExifTool is not available, there are a few options.