Full Name |
RAW (Header-less image) |
Format ID |
ImGearFormats.RAW |
File Extension(s) |
*.* |
Data Type |
Raster Image |
Data Encoding |
Binary |
Multi-Page Support |
No |
Alpha Channel Support |
Supports single alpha channel for read. |
ImageGear Platforms Support |
.NET, .NET64 |
ImageGear Read Support
- ImGearCompressions.NONE:
- Grayscale: 1, 4, 8, 12, 16 bpp;
- RGB: 24,48 bpp;
- RGB + Alpha: 32,64 bpp
- CMYK: 32, 64 bpp
- ImGearCompressions.LZW:
- Grayscale: 1, 4, 8, 12, 16 bpp;
- RGB: 24,48 bpp;
- RGB + Alpha: 32, 64 bpp
- CMYK: 32, 64 bpp
- ImGearCompressions.CCITT_G3:
- ImGearCompressions.CCITT_G4:
- ImGearCompressions.CCITT_G32D:
ImageGear Write Support
RAW images writing is not supported.
Comments
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.