gimp/plug-ins/pagecurl
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: clean up pagecurl build, update .gitignore 2018-06-18 12:41:57 +02:00
Makefile.am plug-ins: port pagecurl to GimpImage/GimpDrawable. 2019-08-22 15:54:37 +02:00
curl0.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl1.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl2.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl3.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl4.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl5.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl6.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl7.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
meson.build meson: Use libgimp(ui)_dep in plug-ins meson files 2020-05-11 07:01:37 +02:00
pagecurl.c app, libgimp, pdb, plug-ins: more functions moved to get|set(). 2021-04-06 14:34:31 +02:00