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

[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-20 Thread Craig Sanders via gimp-developer-list
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 have been generated from a PDF file by the ImageMagick convert