oa::FnImage::decodeMemory

Function published by the oa::FnImage namespace.

Function Documentation

oa::Result<Image> oa::FnImage::decodeMemory( oa::Span<const oa::U8> inData, ImageFormat inFormat = ImageFormat::Rgb )
No public source comment is attached to this declaration.

Parameters

inData
oa::Span<const oa::U8>

inFormat
ImageFormat

Default: ImageFormat::Rgb

Returns

oa::Result<Image>

The declared return value.