spectral::Image Class Reference
List of all members.
Public Member Functions |
| Image (uint32_t width, uint32_t height, uint32_t cs, float *buffer=NULL) |
| Image (const Image &) |
uint32_t | get_colour_space (void) const |
| Get the image type.
|
Image * | CreateThumbnail (uint32_t width, uint32_t height) const |
| Create a srgb scaled thumbnail.
|
Image * | CreateTile (int32_t x, int32_t y, uint32_t width, uint32_t height, bool wrap_x, bool wrap_y) const |
| Create a tile.
|
Image * | Expand (uint32_t x_border, uint32_t y_border, bool wrap_x, bool wrap_y) const |
| Expand an image, adding a reflected border.
|
Image * | Contract (uint32_t x_border, uint32_t y_border) const |
| uniform crop of image, eliminating border.
|
The documentation for this class was generated from the following files: