38 #ifndef DOXYGEN_SHOULD_SKIP_THIS 196 bool saveToFile(
const Path& filename)
const;
227 void createMaskFromColor(
const Color4u& color, uint8_t alpha = 0);
270 const uint8_t* getPixelsPtr()
const;
277 void flipHorizontally();
281 std::vector<uint8_t> m_pixels;
285 #ifndef DOXYGEN_SHOULD_SKIP_THIS
Three 8-bit channels.
Definition: Image.h:50
std::filesystem::path Path
A path in the filesystem.
Definition: Path.h:40
PixelFormat
Pixel format.
Definition: Image.h:48
Class for loading, manipulating and saving images.
Definition: Image.h:81
The namespace for gf classes.
Definition: Action.h:35
A 4D vector.
Definition: Vector.h:852
Four 8-bit channels.
Definition: Image.h:49
A 3D vector.
Definition: Vector.h:570