Re: [Gimp-developer] What would it take to add an option for the Pencil tool to support brush transparency?

2019-05-21 Thread Liam R E Quin
On Tue, 2019-05-21 at 20:57 -0500, James Houx via gimp-developer-list wrote: > > > The pencil tool would be the natural solution, but the pencil tool > does > not support transparency for RGB brushes! I'm surprised because it > seems like such a very simple feature. :( I’m not sure what you

[Gimp-developer] What would it take to add an option for the Pencil tool to support brush transparency?

2019-05-21 Thread James Houx via gimp-developer-list
I /really, really /badly want this feature!  Badly enough that I will have to figure out how to hack the source myself unless can tell me a way to accomplish it. Basically, the problem is this: The brush tool uses sub-pixel sampling to get an anti-aliased effect when you paint.  I don't want

Re: [Gimp-developer] When writing a GIMP Plugin using Python, how can the Plugin determine and/or set the Colour Profile of any image that it operates on?

2019-05-21 Thread Craig Sanders via gimp-developer-list
Hello. After asking my question, I found the following procedures; plug-in-icc-profile-info and plug-in-icc-profile-set While searching through GIMPs Procedure Browser earlier, I didn't see these two procedures because I was searching for the keyword "space", i.e. Colour Space,

Re: [Gimp-developer] When writing a GIMP Plugin using Python, how can the Plugin determine and/or set the Colour Profile of any image that it operates on?

2019-05-21 Thread Ofnuts
On 5/21/19 3:43 AM, Craig Sanders via gimp-developer-list wrote: Hello. I am writing a GIMP Plugin using Python, and I would like to know how my Plugin can determine and/or set the Colour Profile of any image that it operates on. The reason I ask this, is because I have some PNG files which