|
libopenraw
0.3.7
|
Public Attributes | |
| struct Mp4parseAvifImageItem | primary_image |
| const struct Mp4parseImageSpatialExtents * | spatial_extents |
| const struct Mp4parseNclxColourInformation * | nclx_colour_information |
| struct Mp4parseByteData | icc_colour_information |
| enum Mp4parseIrot | image_rotation |
| enum Mp4parseImir * | image_mirror |
| struct Mp4parseAvifImageItem | alpha_image |
| bool | premultiplied_alpha |
Definition at line 304 of file mp4parse_ffi.h.
| struct Mp4parseAvifImageItem Mp4parseAvifImage::alpha_image |
If no alpha item exists, members' .length will be 0 and .data will be null
Definition at line 313 of file mp4parse_ffi.h.
| const struct Mp4parseImageSpatialExtents* Mp4parseAvifImage::spatial_extents |
The size of the image; should never be null unless using permissive parsing
Definition at line 309 of file mp4parse_ffi.h.