MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ data()

const void * MayaFlux::IO::ImageData::data ( ) const
inline

Raw data pointer, dispatched on variant.

For upload paths.

Definition at line 51 of file ImageReader.hpp.

52 {
53 return std::visit(
54 [](const auto& vec) -> const void* { return vec.data(); },
55 pixels);
56 }

References pixels.

Referenced by MayaFlux::IO::download_image().

+ Here is the caller graph for this function: