Gimp/plug-ins/python
Jehan 13ea5caec2 plug-ins: port file-openraster to Python 3 + new API.
Apart from porting, only code logics change is the whole
encode()/decode() code because it created a string vs bytes mess and the
zipfile API apparently didn't like to deal with bytes, even though the
docs say otherwise.
It's hard to test on my UTF-8 system, so please anyone working with
non-UTF-8 paths, we welcome reports if ORA load/save does not work
properly.

Other than this, load, save and load_thumb were all tested and working
properly so far.
2019-08-25 12:01:41 +02:00
..
python-console plug-ins: pre-load Babl module in Python console. 2019-08-09 14:41:40 +02:00
.gitignore plug-ins: add .gitignore files. 2019-08-06 23:22:18 +02:00
file-openraster.py plug-ins: port file-openraster to Python 3 + new API. 2019-08-25 12:01:41 +02:00
Makefile.am plug-ins: port file-openraster to Python 3 + new API. 2019-08-25 12:01:41 +02:00
palette-offset.py plug-ins: add interactive run mode for palette-offset. 2019-08-06 17:31:30 +02:00
palette-to-gradient.py plug-ins: add a "palette" argument to palette-to-gradient. 2019-08-06 00:29:33 +02:00