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
bitmapexporter.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
exportBMP
(
const
geometrize::Bitmap
& bitmapData);
22
23
}
24
25
}
geometrize::exporter::exportBMP
std::string exportBMP(const geometrize::Bitmap &bitmapData)
exportBMP Exports the image data to a RGB888 bitmap image file (BMP).
Definition:
bitmapexporter.cpp:55
geometrize::Bitmap
The Bitmap class is a helper class for working with bitmap data.
Definition:
bitmap.h:15
Generated on Wed Jan 13 2021 01:04:58 for Geometrize by
1.8.6