IImageWriter
Description
- Derived from
- Extended by
-
ImageWriter abstract
Base interface for classes that write image data.
The following default image writer properties exist:
-
HasGeoref:
Indicates whether geo-referencing information can be written or not. -
ISrgb.Srgb:
Controls sRGB compression when writing color channel values.
Implementing classes may provide additional properties to control how image data is written.
Public / Methods
WriteImage
Writes the image data provided by the given image reader.
- IOException
-
If an I/O error has occurred while writing the image file.
Public / Attributes
HasGeoref
Can this writer output geo-referencing information?
If a writer cannot output geo-referencing information, it is good practice to omit ReadImageFlags.Geo when reading the input image data.
- See also