03-30-2021, 05:12 AM
I'm making achievements for my game, and I would like to make an automated process to save a lot of time instead of doing it manually.
So I'd like to make a GIMP script doing this for me But I'm complete noobie with it. Could you help me please?
The inputs of this process would be
And the process would do this for every foreground image:
Could you help me please?
So I'd like to make a GIMP script doing this for me But I'm complete noobie with it. Could you help me please?
The inputs of this process would be
- one rectangular opaque background image (i.e. 200x200 PNG)
- Color A, (i.e. in hex)
- Color B, (i.e. in hex)
- and multiple same sized, rectangular, transparent foreground images. (i.e. 200x200 PNG)
And the process would do this for every foreground image:
- Start with the background image.
- Merge the foreground image with Color A filter applied, and also with an offset from the middle.
- Merge the foreground image with Color B filter applied, in the middle.
- Save the result in a file.
- Apply a black & white filter and save the result in a file.
Could you help me please?