Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin
- From: "Ed ." <ej_zg hotmail com>
- To: "Vladimir Rutsky" <rutsky vladimir gmail com>
- Cc: gimp-developer <gimp-developer-list gnome org>
- Subject: Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin
- Date: Wed, 18 Jun 2014 19:57:38 +0100
Bottom line - switch to Gimp-Perl!
;-)
Ed J
-----Original Message-----
From: Joao S. O. Bueno
Sent: Wednesday, June 18, 2014 6:52 PM
To: Ed .
Cc: Vladimir Rutsky ; gimp-developer
Subject: Re: [Gimp-developer] How to call gimp_export_image() from
Pythonplugin
IS it available throught the PDB?
Most GIMP - Python functions are done via PDB, except pixel-region
manipulation stuff.
If it is not in the PDB, it is not availabl in GIMP 2.8 - the current
GIMP Python structure has to
special cases a lot of things to work aside from the PDB, and doing so
is not minor stuff
done inside a release cycle.
Making the 3-4 above calls are straightforward - I see no reason to
violate the principle of no new features inside a release to add this.
In GIMP 2.10, the export feature will also have to deal with precision
management, and besides this export function, a class of PDB calls
dealing with precision needs
to be added as well.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]