ImageWriter
Description
- Derived from
-
Disposable abstract
IImageWriter - Extended by
-
AsciiArtWriter sealed
AsciiWriter sealed
Abstract base class for IImageWriter implementations.
Public / Constructors
For
Returns an image writer for the given file.
- IOException
-
If this image format does not support writing (i.e. IFileFormat.CanWrite would return
false
).
Protected / Methods
ToConfig
Sets the common config fields.
- ConfigException
-
If an unexpected error has occurred while building the config value.