Efl.Gfx.Image_Load_Controller.load_skip_header

Description

Initial load should skip header check and leave it all to data load.

If this is true, then future loads of images will defer header loading to a preload stage and/or data load later on rather than at the start when the load begins (e.g. when file is set).

Since 1.23

Values

  • skip - true if header is to be skipped.

Signature

@property load_skip_header @pure_virtual {
    get {}
    set {}
    values {
        skip: bool;
    }
}

C signature

Implemented by