22 #ifndef LIBOPENRAWPP_BITMAPDATA_H_ 23 #define LIBOPENRAWPP_BITMAPDATA_H_ 25 #include <libopenraw/prefix.h> 26 #include <libopenraw/rawdata.h> 34 typedef ::or_data_type DataType;
47 virtual void *allocData(
const size_t s);
53 OR_DEPRECATED uint32_t
x()
const;
54 uint32_t width()
const;
56 OR_DEPRECATED uint32_t
y()
const;
57 uint32_t height()
const;
61 void setBpc(uint32_t _bpc);
71 uint32_t
roi_x()
const;
72 uint32_t roi_y()
const;
73 uint32_t roi_width()
const;
74 uint32_t roi_height()
const;
75 void setRoi(uint32_t x, uint32_t y, uint32_t w, uint32_t h);
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.
OR_DEPRECATED uint32_t x() const
virtual void setDimensions(uint32_t x, uint32_t y)
void setBpc(uint32_t _bpc)
void swap(BitmapData &with)
OR_DEPRECATED uint32_t y() const
void setDataType(DataType _type)
DataType dataType() const