Geometrize 1.0
C++ library for geometrizing images into geometric primitives
Namespaces | Functions
bitmapdataexporter.cpp File Reference
#include "bitmapdataexporter.h"
#include <cstdint>
#include <sstream>
#include "../bitmap/bitmap.h"

Namespaces

namespace  geometrize
 
namespace  geometrize::exporter
 

Functions

void geometrize::exporter::writeToStream (std::ostringstream &stream, const std::uint8_t &t)
 
std::string geometrize::exporter::exportBitmapData (const geometrize::Bitmap &bitmapData)
 exportBitmapData Exports the raw image data to a binary dump - just the data as RGBA8888, no zero-padding or anything. More...