在图像数据中查找关键字 [英] Finding keywords in image data

查看:107
本文介绍了在图像数据中查找关键字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到了一个问题,我正在为摄影师的小型图像网站工作,摄影师使用photoshop将信息存储到图像中。

图像数据,位置,描述等信息,...

I kinda ran into a problem, I'm working on a small image site for a photographer, the photographer uses photoshop to store information into the image.
Information such as image data, location, descriptions, ...

自从CS3以来,他一直在这样做。

He's been doing this since CS3.

当用户将图片上传到网站时,他希望一切都自动完成,所以我试图读出所有关键字,如下所示:

When user uploads a picture to the site, he wants everything to go automatically, so I was trying to read out all the keywords, like this:

$size = getimagesize($path, $info);
if(isset($info['APP13'])) {
    $iptc = iptcparse($info['APP13']);

    if(isset($iptc['2#025'])) {
        $tagsArr = $iptc['2#025'];
    } else {
         $tagsArr = array();
    }
}

这一切都适用于CS5中保存的图像,但是对于保存在CS3中的图像,它失败了,即使我100%确定关键字在那里。

This all works fine for images saved in CS5, but for images saved in CS3 it fails, even though I'm 100% sure the keywords are in there.

举个例子:

这个一个失败 - http://woutr.be/naturalight/uploads/ea568fea3e7eb1448d30fb823f477aac.jpg < br>
这个有效 - http://woutr.be/naturalight/uploads/e3f2e6db833803a77eb75aae16e8c8ec .jpg

我一直在调查这几天,但我无法弄清楚为什么这对某些图片不起作用。

I've been looking into this for a few days, but I can't figure out why this doesn't work for some images.

推荐答案

我知道你之前曾提到你曾尝试过ozhiker的代码,但我能够从两者中提取完整的关键字列表图像使用Photoshop_File_Info.php

I know you had mentioned that you tried ozhiker's code before, but I was able to pull a full list of keywords from both images using Photoshop_File_Info.php

http://www.ozhiker.com/electronics/pjmt/download.html

从文件1:

两栖动物
aquatic
比利时
特写
普通青蛙
欧元
青蛙
青蛙
叶子
变态
池塘
再现
silhouette
spring
veins
water
waterplantsamfibie
belgie
blad
bruine kikker
europa
kikker
kikkervisje
metamorfose
nerven
poel
silhouet
vijver
voorjaar
voortplanting
watermilieu
waterplanten

从文件2:

finland
abstract
boom
tree
bomen
trees
boomstam
dromerig
effect
soft
zacht
kleur
颜色
lijnen

patroon
模式
patronen
模式
景区
风景如画
sfeer
氛围
bos
forest
na aldhout
针叶树
松树林
blauw
蓝色
lijnen

sparrenbos
fijnsparrenbos
firtree
spar
fijnspar
picea abies
挪威云杉
栖息地
国家公园
alps
欧元
nationaal park
自然
natuur
woud
vegetatie
植物
植被
种植

繁荣
boslandschap
wildernis
单色
运动
beweging

这篇关于在图像数据中查找关键字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆