Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

I have used a published sample 'Hello World' script-fu script to test this. I put the file in a script folder that is listed at the top of the script Folder list in GIMP Settings. I put the (.scm) ...
0 votes
1 answer
207 views

see the following script. It works with GIMP 2.10 but doesn't witch GIMP 3.X. ( define (brightness-contrast-multi pattern brightness contrast) ( let* ( (filelist (cadr (file-...
0 votes
0 answers
188 views

I have a Script-Fu working flawless in GIMP 2.10 but in GIMP 3 is failing due to some updates in the latest version. I updated most of my script but the last part is not working well and I'm very ...
Deric Lima's user avatar
  • 2,102
0 votes
1 answer
70 views

I am trying to write a spritesheet packing script for gimp er it is: (define pack-sprites (let* ( (cols 5) (rows 3) (sprite_width 750) (sprite_height 1026) (image (car(vector->...
Ed Crap's user avatar
  • 53
0 votes
1 answer
103 views

I want to create a toggle key to switch between two frequently used tools. I thought I could switch the active tool using "gimp-context-set-paint-method," but it seems that this only changes ...
tanaka's user avatar
  • 3
0 votes
1 answer
115 views

> (cadr '(1 2 3)) Error: eval: unbound variable: cadr I think who are familiar with script-fu should think as i am, this is so weir. Just few day ago, i ran some thing like "cadr" or even ...
user avatar
0 votes
1 answer
105 views

Gimp has script-fu for scripting code in Scheme. But i don't know does ít has the reverse function? It mean, when i draw or do something, can it generate scheme code or any language parallel with that ...
user avatar
0 votes
1 answer
81 views

I'm looking to automate the addition of a small PNG at the centre of a much larger PNG using GIMP (2.8) and its Script-Fu language. The first image provided in the procedure call always shows, but the ...
Isaac 's user avatar
  • 21
1 vote
1 answer
1k views

My Script works, but the exported file will be saved in my user folder. How can I automatically export the .png to the folder with my GIMP file? (define (script-fu-biz-scale Image Layer Drawable) (...
0 votes
1 answer
269 views

I wrote a gimp python plugin to create an image, add a text layer, and write some text into it. Similar to this one. I want to apply a different formatting to a portion of this text but I can't find ...
delki8's user avatar
  • 439
0 votes
2 answers
163 views

As the title states, I'm trying to run gimp through a Node.js docker image. I have this working locally, however I get the following error trying to run gimp commands while it is being deployed on ...
1 vote
1 answer
176 views

As the title suggest, how would one perform this? Right now I have this plugin to add a basic path to an image, but how do I convert a selection from "gimp-image-select-contiguous-color" ...
0 votes
1 answer
645 views

I would like to add a drop shadow to picture files without using the Gimp UI. I've saved this content to ~~/.config/GIMP/2.10/scripts/my.scm~: (define (my/add-drop-shadow filename) (let* ((image (...
0 votes
1 answer
371 views

I'm new to Script-Fu and am trying to write a script which takes in a layer name and color and recolors all black pixels in that layer the specified color. My code is below. I register it using script-...
listopad's user avatar
0 votes
0 answers
145 views

If invoking Gimp script-fu from a batch file and passing a RAW file (.dng) as the input filename, DarkTable opens upon executing the command (gimp-file-load RUN-NONINTERACTIVE filename filename). The ...
jamacoe's user avatar
  • 557

15 30 50 per page
1
2 3 4 5
...
11

AltStyle によって変換されたページ (->オリジナル) /