如何在 xp 中为 jpeg 图像创建元数据
我有呆伯特漫画的档案,并希望以某种方式组织它们,以便我可以根据关键字搜索的顺序找到我需要的漫画。
我正在寻找有关以编程方式实现这一目标的合理方法的建议。 我倾向于使用 perl 来实现。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就个人而言,作为 Perl 的粉丝,我会使用 Image::Metadata::JPEG。 然而,有很多库可以做这类事情。
如果您正在寻找一个程序来做到这一点,我知道 Photoshop 可以,而且我确信还有其他编辑器(The Gimp)也可以。
我不确定您是否也在寻找搜索图像的解决方案,但是有许多照片存档程序可以让您在其中进行标记和搜索。 我想到了毕加萨。
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.