dongze5043 2009-11-23 19:11
浏览 111

ImageMagick无法转换为JPG

We recently installed the latest version of ImageMagick onto our Linux server. I seem to be having issues performing the most basic of tasks.

I am running this command line:

/usr/bin/convert /location/to/source/design.ai /location/to/save/output.jpg

Unfortunatly is saves design.jpg as an illustrator file (if I rename the file to output.ai it opens). Even if I do this:

/usr/bin/convert /location/to/source/design.ai -rotate 90 /location/to/save/design.jpg

It rotates the file and saves again as an illustrator document. This happens with all filetypes (e.g. png, bmp, etc...)

It appears ImageMagick cannot figure out what I want it converted to and just saves as the same file type.

Any ideas on fixing this?

Regards:

John

  • 写回答

1条回答 默认 最新

  • doubi9255 2009-11-23 22:28
    关注

    (Yes, McKay is properly right. This question would be better placed at serverfault.)

    But I have an idea. By doing 'convert' only one gets a hint at the bottom:

    To specify a particular image format, precede the filename
    with an image format name and a colon (i.e. ps:image) or specify the
    image type as the filename suffix (i.e. image.ps).
    

    Perhaps convert gets confused by the path given. So you could try this:

    convert /location/to/source/design.ai output.jpg
    

    or

    convert /location/to/source/design.ai jpg:/location/to/save/output.jpg
    


    Regards
        Sigersted

    评论

报告相同问题?

悬赏问题

  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决