我一直试图为GIMP 2.6+编写一个脚本-fu脚本,它使用内置的脚本-fu方法之一,即script-fu-add-bevel方法。我的问题是,每当我在控制台或脚本中调用它时,我就会得到:arguments: Procedure 'gimp-drawable-type-with-alpha' has been calle
GIMP script-fu-newbie在这里。我在GIMP 2.6的文档中看不到为什么这不应该工作:(define (script-fu-rubber-stamp img drawable)plug-in-oilify 1 img drawable 5 0))
;Register the script w/ GIMP;image type that the s
我对Script-Fu有点陌生,需要做一个从600DPI到300DPI的分辨率更改,然后将画布大小调整为1000px W x 2000px H,同时保持实际图像大小不变。否则我的照片就会被拉长。; Calculate the center (imageHeight ( car ( gimp-drawable-height theDrawable )))
( centerX ( / i