Table of Contents

Efl.Ui.Image.load_orientation

Description

Defines whether the orientation information in the image file should be honored.

The orientation can for instance be set in the EXIF tags of a JPEG image. If this flag is false, then the orientation will be ignored at load time, otherwise the image will be loaded with the proper orientation.

Since 1.23

Values

Overridden from Efl.Gfx.Image_Load_Controller.load_orientation (get, set).

Signature

@property load_orientation @pure_virtual {
    get {}
    set {}
    values {
        enable: bool;
    }
}

C signature

Eina_Bool efl_gfx_image_load_controller_load_orientation_get(const Eo *obj);
void efl_gfx_image_load_controller_load_orientation_set(Eo *obj, Eina_Bool enable);

Implemented by