Structs§
- Image
Size - Struct that represents image size
Enums§
- Resampling
Function - Describes resampling function that will be used
- Transfer
Function - Declares transfer function for transfer components into a linear colorspace and its inverse
Functions§
- bt1361_
from_ linear - Gamma transfer function for Bt.1361
- bt1361_
to_ linear - Linear transfer function for Bt.1361
- gamma2p2_
from_ linear - Pure gamma transfer function for gamma 2.2
- gamma2p2_
to_ linear - Linear transfer function for gamma 2.2
- gamma2p8_
from_ linear - Pure gamma transfer function for gamma 2.8
- gamma2p8_
to_ linear - Linear transfer function for gamma 2.8
- has_
non_ constant_ alpha_ la8 - Performs scan on the Luma+Alpha 8 bit image if it has variable alpha channel
- has_
non_ constant_ alpha_ la16 - Performs scan on the Luma+Alpha 16 bit image if it has variable alpha channel
- has_
non_ constant_ alpha_ luma_ alpha_ f32 - Performs scan on the Luma-alpha f32 bit image if it has variable alpha channel
- has_
non_ constant_ alpha_ rgba8 - Performs scan on the RGBA 8 bit image if it has variable alpha channel
- has_
non_ constant_ alpha_ rgba16 - Performs scan on the RGBA 16 bit image if it has variable alpha channel
- has_
non_ constant_ alpha_ rgba_ f32 - Performs scan on the RGBA f32 bit image if it has variable alpha channel
- iec61966_
to_ linear - Linear transfer function for Iec61966
- iec619662_
from_ linear - Pure gamma transfer function for Iec61966
- image16_
to_ linear16 - Converts 8-16-bit image to linear
- image_
f32_ to_ linear_ f32 - Converts
f32image to linear - image_
to_ linear - Converts 8-bit image to linear
- linear16_
to_ gamma_ image16 - Converts 8-16-bit linear image to gamma
- linear_
f32_ to_ gamma_ image_ f32 - Converts
f32linear image to gamma - linear_
to_ gamma_ image - Converts 8-bit linear image to gamma
- log100_
from_ linear - Gamma transfer function for Log100
- log100_
sqrt10_ from_ linear - Gamma transfer function for Log100Sqrt10
- log100_
sqrt10_ to_ linear - Linear transfer function for Log100Sqrt10
- log100_
to_ linear - Linear transfer function for Log100
- premultiplied_
la8 - Associate alpha to a new destination
- premultiplied_
la16 - Associate alpha for up to 16 bit-depth image to a new destination
- premultiplied_
luma_ alpha_ f32 - Associate alpha to a new destination
- premultiplied_
rgba8 - Associate alpha to new slice
- premultiplied_
rgba16 - Associate alpha to a new destination
- premultiplied_
rgba_ f32 - Associate alpha to a new destination
- premultiply_
la8 - Associate alpha in place
- premultiply_
la16 - Associate alpha in place for up to 16 bit-depth image
- premultiply_
luma_ alpha_ f32 - Associate alpha in place
- premultiply_
rgba8 - Associate alpha in place
- premultiply_
rgba16 - Associate alpha in place
- premultiply_
rgba_ f32 - Associate alpha in place
- pure_
gamma_ function - Pure gamma transfer function for gamma 2.2
- rec709_
from_ linear - Gamma transfer function for Rec.709
- rec709_
to_ linear - Linear transfer function for Rec.709
- resize_
luma_ alpha_ f32 - Performs resizing on Luma-alpha f32 image
- resize_
plane8 - Performs resizing on planar 8 bit-depth image
- resize_
plane8_ with_ alpha - Performs resizing on planar image with alpha 8 bit-depth image
- resize_
plane16 - Performs resizing on planar 8-16 bit-depth image
- resize_
plane16_ with_ alpha - Performs resizing on planar 8-16 bit-depth image with alpha
- resize_
plane_ f32 - Performs resizing on RGB f32 image
- resize_
rgb8 - Performs resizing on RGB 8 bit-depth image
- resize_
rgb16 - Performs resizing on RGB 8-16 bit-depth image
- resize_
rgb_ f32 - Performs resizing on RGB f32 image
- resize_
rgba8 - Performs resizing on RGBA 8 bit-depth image
- resize_
rgba16 - Performs resizing on RGBA 8-16 bit-depth image
- resize_
rgba_ f32 - Performs resizing on RGBA f32 image
- smpte240_
from_ linear - Gamma transfer function for Smpte 240
- smpte240_
to_ linear - Linear transfer function for Smpte 240
- smpte428_
from_ linear - Gamma transfer function for Smpte 428
- smpte428_
to_ linear - Linear transfer function for Smpte 428
- srgb_
from_ linear - Gamma transfer function for sRGB
- srgb_
to_ linear - Linear transfer function for sRGB
- trc_
linear - Gamma transfer function for HLG
- unpremultiply_
la8 - Un premultiply alpha in place
- unpremultiply_
la16 - Un premultiply alpha in place for up to 16 bit-depth image
- unpremultiply_
luma_ alpha_ f32 - Un-premultiply alpha in place
- unpremultiply_
rgba8 - Un premultiply alpha in place
- unpremultiply_
rgba16 - Un premultiply alpha in place
- unpremultiply_
rgba_ f32 - Un-premultiply alpha in place