GIMP batch editing (Script-fu/Python-fu)

纵然是瞬间 提交于 2020-01-03 03:37:29

问题


I have about 500 images, I would like edit all of them in batch, I need to resize them all at to 190x120 dimensions, position then slightly higher (say 10 pixels). And export. Also I would like them all to keep their initial names.

Basically I have a frame and I would like to load images (on layer under it) then size them down (above dimensions) move slightly up and export each individual image with frame so that it keeps its name.

What would be a command I could use in GIMP console (script-fu or Python-fu)? Or what other method could I use to achieve the result without editing each image individually?

Thanks in advance!


回答1:


i altered one of my own python-fu scripts, and after some testing it seems to do what you want. the interface itself is pretty self-explanatory. just download the file and install it as a plug-in.

gist link: https://gist.github.com/MCOfficer/bdf6c0c0935d22da38e72cc99fea6375



来源:https://stackoverflow.com/questions/42925482/gimp-batch-editing-script-fu-python-fu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!