ImageInfoPixelFormat Property |
The PixelFormat of the image, as loaded.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PixelFormat PixelFormat { get; }
Public ReadOnly Property PixelFormat As PixelFormat
Get
Property Value
Type:
PixelFormat The PixelFormat of the image (as loaded).
Remarks The pixel format as loaded might be different then the format of the image in the file.
dotImage will do its best to read to the native pixel format and colordepth.
See Also