gimp/plug-ins/file-psd
Jehan ca8bc2bc1d app, libgimp, pdb, plug-ins: more functions moved to get|set().
The gimp_drawable_type() is an issue though as gimp_drawable_get_type()
is already defined as a common GObject API.
Though I'm actually wondering if GimpImageType is well called. Rather
than Type, shouldn't we go with ColorModel?

sed -i 's/\<gimp_drawable_bpp\>/gimp_drawable_get_bpp/g' "$@"
sed -i 's/\<gimp_drawable_width\>/gimp_drawable_get_width/g' "$@"
sed -i 's/\<gimp_drawable_height\>/gimp_drawable_get_height/g' "$@"
sed -i 's/\<gimp_drawable_offsets\>/gimp_drawable_get_offsets/g' "$@"
2021-04-06 14:34:31 +02:00
..
.gitignore plug-ins: update file-psd/.gitignore 2015-04-26 15:50:13 -04:00
Makefile.am Add missing -lm to file-psd plug-in 2019-10-31 17:00:01 +01:00
TODO.txt Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
meson.build plug-ins: add missing define G_LOG_DOMAIN in file-psd for the meson build. 2020-12-18 14:00:48 -05:00
new-resource-ids.txt plug-ins/bmp/* plug-ins/faxg3/* plug-ins/fits/* plug-ins/fli/* 2008-08-11 10:06:13 +00:00
psd-image-res-load.c app, libgimp, pdb, plug-ins: update some more functions to get|set(). 2021-04-06 00:49:07 +02:00
psd-image-res-load.h plug-ins: port file-psd to GimpImage/GimpDrawable. 2019-08-22 15:54:37 +02:00
psd-layer-res-load.c Misc typo fixes in plug-ins/ 2019-08-13 11:50:51 -04:00
psd-layer-res-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
psd-load.c app, libgimp, pdb, plug-ins: more functions moved to get|set(). 2021-04-06 14:34:31 +02:00
psd-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-save.c app, libgimp, pdb, plug-ins: more functions moved to get|set(). 2021-04-06 14:34:31 +02:00
psd-save.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-thumb-load.c libgimpbase, plug-ins: fix all warnings to g_stat() calls. 2019-09-22 13:52:37 +02:00
psd-thumb-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-util.c Fix typos 2020-11-19 21:56:25 +01:00
psd-util.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
psd.c app, libgimp, plug-ins: move Orientation metadata handling into core. 2020-09-24 12:43:41 +02:00
psd.h plug-ins: multi-layer support in PSD load/export. 2021-02-24 02:03:28 +01:00