MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
ImageWriter.hpp File Reference
+ Include dependency graph for ImageWriter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MayaFlux::IO::ImageWriteOptions
 Configuration for image writing. More...
 
class  MayaFlux::IO::ImageWriter
 Abstract base for image format writers. More...
 
class  MayaFlux::IO::ImageWriterRegistry
 Singleton registry dispatching image writes by file extension. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::IO
 

Typedefs

using MayaFlux::IO::ImageWriterFactory = std::function< std::unique_ptr< ImageWriter >()>