13#ifndef ML_IMAGE_FORMAT_H
14#define ML_IMAGE_FORMAT_H
31 class MLImageFormatTagList;
151 const std::string &compressorName =
"",
305 void setCallback(MLImageFormatTools::MLImageFormatNotifyCB *callback =
nullptr,
306 void *userData =
nullptr);
360 std::string _fileName;
369 MLImageFormatTools::MLImageFormatNotifyCB *_callback;
375 bool _arePartialPagesEnabled;
The class PagedImage, representing a fragmented image that manages properties and data of an image lo...
This class manages/represents a rectangular 6D image region that is organized linearly in memory.
MLint32 MLErrorCode
Type of an ML Error code.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.