30 Image(
int width,
int height,
int channels,
bool clear=
true);
43 void pixel(
int x,
int y,
float* pixel,
int channels)
const;
52 bool read(
const std::wstring& path);
53 bool write(
const char* path)
const;
59 void rotate(
int rotation);
62 void resize(
int width,
int height);
68 Image(std::shared_ptr<Impl> impl) { _impl=impl; }
The y component of a vector value.
The x component of a vector value.
Definition: ImathColor.h:120
An Image.
Definition: Image.h:22
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
#define MAQUINA_EXPORT
Definition: Export.h:31
static const Image default_value
The default value.
Definition: Image.h:65
Base class of all Rumba values.
Definition: Value.h:34