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

◆ can_write()

bool MayaFlux::IO::EXRWriter::can_write ( const std::string &  filepath) const
overridevirtual

Check whether this writer handles the given filepath.

Implements MayaFlux::IO::ImageWriter.

Definition at line 75 of file EXRWriter.cpp.

76{
77 return extension_of(filepath) == "exr";
78}