Question

I have an archive of Dilbert cartoons, and would like to organize them in a way, that I can find the one I need based on something on the order of a keyword search.

I am looking for suggestions on a reasonable way to accomplish that programatically. I am leaning towards perl for an implemenation.

Was it helpful?

Solution

Personally, being a fan of Perl, I would use Image::Metadata::JPEG. There are plenty of libraries for doing this type of thing, however.

If you're looking for a program to do it, I know photoshop can, and I'm sure there are other editors (The Gimp) that can as well.

I'm not sure if you're looking for a solution for searching through the images as well, but there are numerous photo archiving programs that will allow you to tag and search within them. Picassa comes to mind.

OTHER TIPS

It is on the border of a programming question, isn't it?
Well, for such task, I would recommend ExifTool which is a standalone program (manual work) as well as a Perl library, so I remain in the field of SO...
Despite the name, it handles nearly all metadata, Exif of course, but also IPTC (what you look for) and ID3 (yes, for MP3).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top