I you put your code up in a attachment, then it is possible to fix it. Also, GimpForum has some excellent coders that can help if you put up a post there.
Charles
It is currently 07 Mar 2021, 17:43
Search found 48 matches
- 22 Feb 2021, 01:44
- Forum: GIMP/GL Questions
- Topic: Python fu to convert webp to gif?
- Replies: 4
- Views: 201
- 18 Feb 2021, 01:13
- Forum: Anything Goes
- Topic: Just built a 5 foot 1x6 shellf in my bed room
- Replies: 11
- Views: 382
- 08 Feb 2021, 01:24
- Forum: GIMPed
- Topic: Buddha Billboards
- Replies: 2
- Views: 175
Re: Buddha Billboards
ha, ha. I thought they were real, then I read your post.
- 17 Jan 2021, 07:50
- Forum: GIMP Python Fu Scripts/Plug-ins
- Topic: Roller
- Replies: 30
- Views: 6217
Re: Roller
Here is an example of the Maze Mirror 3D effect introduced in Roller 1.43. Maze Mirror draws a multitude of options in the top-left quarter of the image, and then reflects its drawing horizontally and vertically.



- 13 Jan 2021, 09:51
- Forum: GIMP Python Fu Scripts/Plug-ins
- Topic: Roller
- Replies: 30
- Views: 6217
Re: Roller
This is an example of the backdrop style, Honey Bee, introduced in Roller 1.42.



- 10 Jan 2021, 21:32
- Forum: GIMP Python Fu Scripts/Plug-ins
- Topic: Luminosity Mask Drive Thru
- Replies: 10
- Views: 2107
Re: Luminosity Mask Drive Thru
david, Everytime I was ready to give-up on the script, which was a daily occurrance, I would end up going back and studying your scripts again. That is one reason why I appreciate open source code because constructive ideas, once shared, have the opportunity to return to life and make lives better. ...
- 09 Jan 2021, 01:30
- Forum: GIMP Python Fu Scripts/Plug-ins
- Topic: Luminosity Mask Drive Thru
- Replies: 10
- Views: 2107
Re: Luminosity Mask Drive Thru
Krikor, :2_Thumbs: Thank you very much for pointing this out and for the constructive ideas. I hadn't even looked at the channels, nor had I thought about the implications of keeping the alphas. Personally, I think there's no point in preserving the selections as they just add their bulk to the file...
- 08 Jan 2021, 18:06
- Forum: GIMP Python Fu Scripts/Plug-ins
- Topic: Luminosity Mask Drive Thru
- Replies: 10
- Views: 2107
Re: Luminosity Mask Drive Thru
Krikor, The plug-in is only supposed to make one mask per checked option. So if I check the Lights option in the LMDT window, I only get one mask layer named after the source layer and the mask type. If you are getting the 'selection' layers, then the script is running incorrectly. What version of G...
- 08 Jan 2021, 17:43
- Forum: GIMP Python Fu Scripts/Plug-ins
- Topic: Paint based on Paths Plug-in (Experimentation)
- Replies: 19
- Views: 4977
Re: Paint based on Paths Plug-in (Experimentation)
I love your textures, skinnyhouse. Those characters look super too.
- 07 Jan 2021, 23:38
- Forum: GIMP Python Fu Scripts/Plug-ins
- Topic: Luminosity Mask Drive Thru
- Replies: 10
- Views: 2107
Re: Luminosity Mask Drive Thru
Krikor, I hope you find the plug-in useful. I wouldn't have been able to create the script is wasn't for David Marsden's efforts. I studied his code in depth, and really couldn't have gotten very far without his example and inspiration. For all you coders out there, if you haven't tried Visual Studi...