1 #ifndef _BASE64_DPIMAGE_H_ 2 #define _BASE64_DPIMAGE_H_ The Base64DPImage provide functionality on top of the simple DPImage class that is used to encode the...
Definition: base64dpimage.h:22
Base64DPImage(const std::string &encoded)
Construct a DPImage by decoding a Base64 encoded buffer.
Definition: base64image.cpp:20
Simple Image class that will be used within data points to store image data.
Definition: dpimage.h:21
std::string encode()
Base 64 encode the DPImage.
Definition: base64image.cpp:63