在Debian系統上導出GIMP作品,可以按照以下步驟進行:
如果你更喜歡使用命令行,可以使用gimp-console
來導出圖像。
gimp-console
導出圖像:gimp-console -i -b '(open RUN-NONINTERACTIVE "/path/to/your/image.png")'
/path/to/your/image.png
為你實際的圖像文件路徑。(gimp-file-save RUN-NONINTERACTIVE RUN-NONINTERACTIVE 0 "/path/to/save/exported_image.jpg" "exported_image.jpg")
/path/to/save/exported_image.jpg
為你想要保存導出文件的路徑和文件名。.jpg
更改為.png
)。(gimp-quit 0)
通過以上方法,你應該能夠在Debian系統上輕松地導出GIMP作品。