Overview
ImagXpress® can load in RAW files. This is not the same as a camera manufacturer's raw file which is one of many defined proprietary file formats. RAW files are typically found in the medical community where the image data is stored separately (DICOM) from the information header that describes the image data. All of the loading mechanisms, Filename, LoadBuffer, etc. can be set to load in an image that has no header by describing the image data with the LoadRaw method and putting ImagXpress into a LoadRaw mode.
Properties
LoadMode |
Gets whether image data will be interpreted as a raw image format or a standard image format. |
Methods
LoadRaw |
Enables/disables RAW mode processing of input data from all loading functions. |
See Also