Converting XCF and other files using command line with GIMP?

后端 未结 5 1042
忘了有多久
忘了有多久 2021-02-04 02:44

If I have an XCF file (or any other supported by Gimp) how can I convert it to, for example, PNG for display or further processing?

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 03:25

    I guess ImageMagick should do what you want (and even more)

    convert image.xcf image.png
    

提交回复
热议问题