Geometrize
1.0
C++ library for geometrizing images into geometric primitives
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
geometrize
geometrize
geometrize
exporter
bitmapdataexporter.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
geometrize
6
{
7
class
Bitmap;
8
}
9
10
namespace
geometrize
11
{
12
13
namespace
exporter
14
{
15
21
std::string
exportBitmapData
(
const
geometrize::Bitmap
& bitmapData);
22
23
}
24
25
}
geometrize::exporter::exportBitmapData
std::string 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.
Definition:
bitmapdataexporter.cpp:19
geometrize::Bitmap
The Bitmap class is a helper class for working with bitmap data.
Definition:
bitmap.h:15
Generated on Wed Jan 20 2021 01:46:07 for Geometrize by
1.8.6