Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 978 Bytes

File metadata and controls

18 lines (14 loc) · 978 Bytes

openize.heic.decoder.ImageFrameType

Type of an image frame.

Enumeration

Name Value Description Notes
hvc1 0x68766331 HEVC coded image frame.
iden 0x6964656e Identity transformation.
Cropping and/or rotation by 90, 180, or 270 degrees, imposed through the respective transformative properties.
iovl 0x696f766c Image Overlay.
Overlaying any number of input images in indicated order and locations onto the canvas of the output image.
grid 0x67726964 Image Grid.
Reconstructing a grid of input images of the same width and height.
Exif 0x45786966 Exif metadata.
Exchangeable image file format metadata.
mime 0x6d696d65 MIME metadata.
Resource Description Framework metadata.
tmap 0x746d6170 Tone map.
HDR metadata.
uri 0x75726920 Uri.

[Back to API_README]