Class

GlyImage

since: 2.0

Description [src]

final class Gly.Image : GObject.Object
{
  /* No available fields */
}

Image handle containing metadata and allowing frame requests.

Available since: 2.0

Ancestors

Instance methods

gly_image_get_height

See gly_image_get_width().

since: 2.0

gly_image_get_metadata_key_value

Get metadata that are stored as key-value pairs. A prominent example are PNG’s tEXt and zTXt chunks.

since: 2.0

gly_image_get_metadata_keys

Get the list of available keys for gly_image_get_metadata_key_value().

since: 2.0

gly_image_get_mime_type

Returns detected MIME type of the file.

since: 2.0

gly_image_get_specific_frame
No description available.

since: 2.0

gly_image_get_specific_frame_async

Asynchronous version of gly_image_get_specific_frame().

since: 2.0

gly_image_get_specific_frame_finish

Finishes the gly_image_get_specific_frame_async() call.

since: 2.0

gly_image_get_transformation_orientation

Get the image orientation.

since: 2.0

gly_image_get_width

Early width information.

since: 2.0

gly_image_next_frame

Synchronously loads texture and information of the next frame.

since: 2.0

gly_image_next_frame_async

Asynchronous version of gly_image_next_frame().

since: 2.0

gly_image_next_frame_finish

Finishes the gly_image_next_frame_async() call.

since: 2.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Class structure

struct GlyImageClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.