33 #include "Portability.h"    37 #ifndef DOXYGEN_SHOULD_SKIP_THIS   195     bool saveToFile(
const Path& filename) 
const;
   214     void createMaskFromColor(
const Color4u& color, uint8_t alpha = 0);
   257     const uint8_t* getPixelsPtr() 
const;
   264     void flipHorizontally();
   268     std::vector<uint8_t> m_pixels;
   272 #ifndef DOXYGEN_SHOULD_SKIP_THIS PixelFormat
Pixel format. 
Definition: Image.h:47
 
Class for loading, manipulating and saving images. 
Definition: Image.h:80
 
The namespace for gf classes. 
Definition: Action.h:35
 
A 4D vector. 
Definition: Vector.h:838
 
Four 8-bit channels. 
Definition: Image.h:48
 
Three 8-bit channels. 
Definition: Image.h:49
 
boost::filesystem::path Path
A path in the filesystem. 
Definition: Path.h:44
 
A 3D vector. 
Definition: Vector.h:563