|
Blender V4.3
|
Topics | |
| Cineon | |
| OpenEXR | |
Macros | |
| #define | OPENEXR_HALF (1 << 8) |
External interface of the IMage Buffer module. This module offers import/export of several graphical file formats. It offers the ImBuf type as a common structure to refer to different graphical file formats, and to enable a uniform way of handling them.
IMB needs:
| #define OPENEXR_HALF (1 << 8) |
This is the abstraction of an image. ImBuf is the basic type used for all imbuf operations.
Also; add new variables to the end to save pain! #ImBuf::foptions.flag, type specific options. Some formats include compression rations on some bits.
Definition at line 48 of file IMB_imbuf_types.hh.
Referenced by BKE_image_format_from_imbuf(), BKE_image_format_to_imbuf(), and imb_save_openexr().