Class
GimpMetadata
Description [src]
final class Gimp.Metadata : GObject.Object {
/* No available fields */
}
Basic functions for handling GimpMetadata
objects.
Functions
gimp_metadata_deserialize
Deserializes a string of XML that has been created by gimp_metadata_serialize().
since: 2.10
gimp_metadata_is_tag_supported
Returns whether tag
is supported in a file of type mime_type
.
since: 2.10
Instance methods
gimp_metadata_get_colorspace
Returns values based on Exif.Photo.ColorSpace, Xmp.exif.ColorSpace,
Exif.Iop.InteroperabilityIndex, Exif.Nikon3.ColorSpace,
Exif.Canon.ColorSpace of metadata
.
since: 2.10
gimp_metadata_get_resolution
Returns values based on Exif.Image.XResolution,
Exif.Image.YResolution and Exif.Image.ResolutionUnit of metadata
.
since: 2.10
gimp_metadata_serialize
Serializes metadata
into an XML string that can later be deserialized
using gimp_metadata_deserialize().
since: 2.10
gimp_metadata_set_colorspace
Sets Exif.Photo.ColorSpace, Xmp.exif.ColorSpace,
Exif.Iop.InteroperabilityIndex, Exif.Nikon3.ColorSpace,
Exif.Canon.ColorSpace of metadata
.
since: 2.10
gimp_metadata_set_pixel_size
Sets Exif.Image.ImageWidth and Exif.Image.ImageLength on metadata
.
If already present, also sets Exif.Photo.PixelXDimension and Exif.Photo.PixelYDimension.
since: 2.10
gimp_metadata_set_resolution
Sets Exif.Image.XResolution, Exif.Image.YResolution and
Exif.Image.ResolutionUnit of metadata
.
since: 2.10
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.