13#ifndef ML_IMAGE_FORMAT_H
14#define ML_IMAGE_FORMAT_H
31 class MLImageFormatTagList;
150 const std::string &compressorName =
"",
304 void setCallback(MLImageFormatTools::MLImageFormatNotifyCB *callback =
nullptr,
305 void *userData =
nullptr);
359 std::string _fileName;
368 MLImageFormatTools::MLImageFormatNotifyCB *_callback;
374 bool _arePartialPagesEnabled;
Class which represents an image, which manages properties of an image and image data which is located...
This class manages/represents a rectangular 6d image region which is organized linearly in memory.
MLint32 MLErrorCode
Type of an ML Error code.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.