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

◆ get_supported_extensions()

std::vector< std::string > MayaFlux::IO::EXRWriter::get_supported_extensions ( ) const
overridevirtual

File extensions handled by this writer (without dot).

Implements MayaFlux::IO::ImageWriter.

Definition at line 80 of file EXRWriter.cpp.

81{
82 return { "exr" };
83}