ImageGear .NET v25.1 - Updated
RAW
User Guide > File Formats and Compressions > File Formats > File Formats Reference > RAW
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

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.