A class to deal with images. More...
#include <claw/pixel.hpp>
#include <claw/math.hpp>
#include <vector>
#include <iterator>
#include <iostream>
#include <claw/impl/image.ipp>
Go to the source code of this file.
Classes | |
class | claw::graphic::image |
A class to deal with images. More... | |
class | claw::graphic::image::scanline |
One line in the image. More... | |
class | claw::graphic::image::base_iterator< Image, Pixel > |
Base class for iterators on an image. More... | |
Namespaces | |
namespace | claw |
This is the main namespace. | |
namespace | claw::graphic |
Everything about image structures and processing. |
A class to deal with images.
Definition in file image.hpp.