MayaFlux 0.1.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 202 of file ImageReader.cpp.

203{
204 return false; // Images are loaded entirely into memory
205}