Efl.Gfx.Image_Load_Controller.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

  • enable - true means that it should honor the orientation information.

Signature

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

C signature

Implemented by