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

◆ supports_streaming()

bool MayaFlux::IO::ImageReader::supports_streaming ( ) const
overridevirtual

Check if streaming is supported for the current file.

Returns
true if file can be streamed.

Implements MayaFlux::IO::FileReader.

Definition at line 235 of file ImageReader.cpp.

236{
237 return false; // Images are loaded entirely into memory
238}