【发布时间】:2011-03-20 08:42:58
【问题描述】:
当前我能够使用identify -verbose filename.hpg 获取文件格式,我从数组中获取Format: JPEG (Joint Photographic Experts Group JFIF format)。
如何使用 -format 选项返回完全相同的行,
示例:identify -verbose -format "%XXX" filename.hpg 而 XXX 是返回 Format: JPEG (Joint Photographic Experts Group JFIF format) 的格式字符
【问题讨论】:
-
您能具体说明您想要达到的目标吗?你想要的最终结果是什么?
标签: php image imagemagick file-type identify