使用ghost脚本将JPG转换为TIFF

时间:2012-07-24 07:13:52

标签: php linux codeigniter

我正在尝试使用ghost脚本将图像从.jpg转换为.tiff。我执行了以下命令来执行此操作。

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=tiffg3 -sOutputFile=sip.tiff -f sipchat.jpg 

但我得到了这个错误。

Error: /undefined in �����Exif
Operand stack:

Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1894   1   3   %oparray_pop   1893   1   3   %oparray_pop   1877   1   3   %oparray_pop   1771   1   3   %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--
Dictionary stack:
   --dict:1155/1684(ro)(G)--   --dict:0/20(G)--   --dict:77/200(L)--
Current allocation mode is local
Current file position is 11
GPL Ghostscript 9.04: Unrecoverable error, exit code 1

我的命令有什么问题?任何建议和指导将不胜感激。我必须使用ghost脚本转换我的图像,因为如果我使用的是其他工具转换的图像,则不被接受。
谢谢

2 个答案:

答案 0 :(得分:3)

你为什么不只使用ImageMagick ......?

convert rose.jpg rose.tiff

答案 1 :(得分:1)

旧事,但无论如何。

我正在寻找一种方法将JPG转换为TIFF for Tesseract,并且偶然发现了这一点。

无法帮助自己,但你为什么要问"为什么不使用imagemagick"?

AFAIK,imagemagick在某处使用gs ......但无论如何问题是关于ghostscript,而不是ImageMagick。