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 83 of file EXRWriter.cpp.

84{
85 return { "exr" };
86}