10-23-2019, 11:16 PM
In the attachment, 2 Gimp plugins to do similar things:
beginning from a multi-layered xcf file, with o without an active selection, copy visible and export the result as:
1. webp -- workaround for a (reported) bug in GIMP 10
2. indexed png
Plugin 1 works without trouble, and so 2 for 8 bit perceptual.
Now, other precisions cannot be converted to indexed directly, so I am trying workarounds--and always find myself against
marked #### in the plugin.
Worse, after reading the PDB documentation, I fail to understand the whys and wherefores...
Thanks for any explanation/help!
beginning from a multi-layered xcf file, with o without an active selection, copy visible and export the result as:
1. webp -- workaround for a (reported) bug in GIMP 10
2. indexed png
Plugin 1 works without trouble, and so 2 for 8 bit perceptual.
Now, other precisions cannot be converted to indexed directly, so I am trying workarounds--and always find myself against
Code:
TypeError: wrong parameter type
marked #### in the plugin.
Worse, after reading the PDB documentation, I fail to understand the whys and wherefores...
Thanks for any explanation/help!