Geometrize  1.0
An application for geometrizing images into geometric primitives
Namespaces | Functions
gifexporter.h File Reference
#include <cstdint>
#include <functional>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 geometrize
 
 geometrize::exporter
 

Functions

bool geometrize::exporter::exportGIF (const std::vector< geometrize::ShapeResult > &data, std::uint32_t inputWidth, std::uint32_t inputHeight, std::uint32_t outputWidth, std::uint32_t outputHeight, const std::function< bool(std::size_t)> &frameSkipPredicate, const std::string &filePath)
 exportGIF Exports shape data to a GIF image. More...