我想在 Gimp 中执行一些操作,然后将这些操作再次应用于文件的新版本。
是否可以 ?
编辑:我想裁剪(并将其余部分居中),调整大小。也许还会更改背景。
答案1
你可以尝试两种方法。第一种方法是GIMP 脚本或者GIMP 批次。这些是在 BATCH 模式下运行 GIMP 以及对一组图像执行脚本操作的方法。
第二种方法更简单,对你来说可能就足够了,那就是精彩的 ImageMagick 套件。您可能可以使用convert
该套件的工具做任何您想做的事情。以下是一些相关选项,您可以使用man convert
或访问查看整个列表这一页。
NAME
convert - convert between image formats as well as resize an image, blur,
crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
SYNOPSIS
convert [input-option] input-file [output-option] output-file
-background color background color
-crop geometry cut out a rectangular region of the image
-trim trim image edges
-size geometry width and height of image