a88c0ffb93
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:47:19 +02:00
ff665da12b
app, pdb: use gimp_babl_is_valid() in more places
...
Use gimp_babl_is_valid(), added in the previous commit, to validate
image-type/precision combinations in various functions.
(cherry picked from commit 49ca383fa4 )
2018-07-06 13:45:01 -04:00
fb3d1e4508
app, pdb, libgimp: rename values of enum GimpConvertPaletteType
2017-02-26 20:55:00 +01:00
ed1ab140fb
app, pdb, libgimp: rename values of enum GimpConvertDitherType
...
being exported to libgimp, and having a non-exported value, this is a
horrible mess like with GimpLayerMode, but at least the cruft value
names are deprecated now.
2017-02-26 20:13:09 +01:00
87d38194d7
app, pdb: use GeglDitherMethod instead of simply an integer
2016-11-07 20:41:39 +01:00
009417e450
app: reorder and rename indexed conversion parameters to make more sense
2016-09-27 23:51:33 +02:00
12f9aa9bd2
Bug 765176 - ICC profile conversions between grayscale and RGB images
...
Add a dest_profile parameter to gimp_image_convert_type() so a profile
can be chosen when converting between RGB and GRAY. Has no GUI yet.
2016-04-30 18:35:52 +02:00
ef8b802032
app: move indexed conversion to gimpimage-convert-indexed.[ch]
...
It's so much code and takes so many additional parameters over RGB and
GRAY conversion, it got its own place and function now.
2016-04-30 18:35:52 +02:00
b34ed029ac
pdb, app, libgimp: rename the "convert" PDB group to "imageconvert"
...
This only renames files, no code changes.
2015-05-30 15:09:57 +02:00