如何在xp中为jpeg图像创建元数据

时间:2022-10-03 21:19:20

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.

我有一个Dilbert漫画的档案,并希望以某种方式组织它们,我可以根据关键词搜索的顺序找到我需要的那个。

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

我正在寻找以合理的方式提出建议,以编程方式完成。我倾向于perl进行实施。

2 个解决方案

#1


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

就个人而言,作为Perl的粉丝,我会使用Image :: Metadata :: JPEG。但是,有很多库用于执行此类操作。

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.

如果你正在寻找一个程序来做,我知道Photoshop可以,而且我敢肯定还有其他编辑器(The Gimp)也可以。

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.

我不确定您是否正在寻找搜索图像的解决方案,但是有许多照片存档程序可以让您在其中进行标记和搜索。皮卡萨浮现在脑海中。

#2


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

它是编程问题的边界,不是吗?好吧,对于这样的任务,我会推荐ExifTool这是一个独立的程序(手动工作)以及一个Perl库,所以我仍然在SO的领域...尽管名称,它几乎处理所有元数据,当然Exif ,还有IPTC(你在寻找什么)和ID3(是的,用于MP3)。

#1


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

就个人而言,作为Perl的粉丝,我会使用Image :: Metadata :: JPEG。但是,有很多库用于执行此类操作。

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.

如果你正在寻找一个程序来做,我知道Photoshop可以,而且我敢肯定还有其他编辑器(The Gimp)也可以。

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.

我不确定您是否正在寻找搜索图像的解决方案,但是有许多照片存档程序可以让您在其中进行标记和搜索。皮卡萨浮现在脑海中。

#2


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

它是编程问题的边界,不是吗?好吧,对于这样的任务,我会推荐ExifTool这是一个独立的程序(手动工作)以及一个Perl库,所以我仍然在SO的领域...尽管名称,它几乎处理所有元数据,当然Exif ,还有IPTC(你在寻找什么)和ID3(是的,用于MP3)。