15 #include "CeeCore/PtrRef.h"
32 static bool saveImage(
const Image& image,
const Str& fileName);
Stores an RGBA image with 8 bits per pixel.
Definition: Image.h:25
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
Helper class for reading and writing JPEG images.
Definition: ImageIoJpeg.h:28
A general unicode based string class.
Definition: Str.h:28
Smart pointer class used for handling reference counted objects (that derive from Object)...
Definition: PtrRef.h:26