ImageGear for .NET User Guide > ImageGear Imaging Formats Reference > ImageGear Supported File Formats Reference > RAW |
Full Name | RAW (Header-less image) |
Format ID | ImGearFormats.RAW |
File Extension(s) | *.* |
Data Type | Raster Image |
Data Encoding | Binary |
IG Multipage Support | No |
IG Alpha Channel Support | Supports single alpha channel for read. |
IG Platforms Support | .NET, .NET64, Silverlight |
RAW images writing is not supported.
A raw image file contains no header or identifying information. ImageGear can load images of proprietary or unsupported formats as raw data. Since ImageGear cannot obtain parameters, such as width, height or bits per pixel from the file, the application should specify them. This can be done by using the ImGearRawLoadOptions class derived from the ImGearLoadOptions, to specify loading options for header-less RAW formats and passing them to the LoadPage method.