script-fu
Script-Fu giving me "Illegal Function"
this is my first script-fu for gimp and it gives me \"illegal function\" when i try to execute it there.[详细]
2023-03-28 02:10 分类:问答How do I use this Perl script? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-16 23:37 分类:问答Why can't GIMP handle this script?
I have this script as an .scm in Gimp: ;MIT license. (define (script-fu-export-layers img drw path outnameformat)[详细]
2023-03-16 08:09 分类:问答How can I make a string with expandable keywords in Scheme?
I\'m writing a GIMP script to export layers to files. I want to provide a user-specifiable field where they can provide the format for the filenames to be开发者_StackOverflow exported, with tilde-char[详细]
2023-03-15 23:39 分类:问答Attach text on path in GIMP
I\'m discovering the gimp API for few days now (using python-fu) and I actually enjoy it. However there is something I can\'t manage to do : attach a text on a path.[详细]
2023-03-06 21:31 分类:问答Mix command and variables in shell scripting
I need a very simple shell script that processes all images on a folder and changes its size. The image processing is done with gimp script-fu and the only thing that the shell script have to do is th[详细]
2023-02-14 09:18 分类:问答Why does this script-fu not work?
(define (script-fu-create-camo image colA colB)) (script-fu-register \"script-fu-create-camo\" \"Camoflauge\"[详细]
2022-12-15 18:16 分类:问答