Image class.
More...
#include <image.h>
|
| Image (int width, int height) |
|
| Image (const Image &image) |
|
| Image (Image &&image) |
|
Image & | operator= (const Image &image) |
|
Image & | operator= (Image &&image) |
|
const RGBSpectrum & | operator() (int x, int y) const |
|
RGBSpectrum & | pixel (int x, int y) |
|
void | resize (const int width, const int height) |
|
void | fill (const RGBSpectrum &color) |
|
void | load (const std::string &filename) |
|
void | save (const std::string &filename) const |
|
int | width () const |
|
int | height () const |
|
|
static Image | fromFile (const std::string &filename) |
|
virtual void spica::Image::postSaveEvent |
( |
| ) |
const |
|
inlineprotectedvirtual |
Post save event.
This method is used, for example in the derived class, when you want to notify another process that the image is saved.
The documentation for this class was generated from the following files:
- /home/travis/build/tatsy/spica/sources/core/image.h
- /home/travis/build/tatsy/spica/sources/core/image.cc