aboutsummaryrefslogtreecommitdiff
path: root/include/gerbolyze.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gerbolyze.hpp')
-rw-r--r--include/gerbolyze.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gerbolyze.hpp b/include/gerbolyze.hpp
index 3078a6f..01d089a 100644
--- a/include/gerbolyze.hpp
+++ b/include/gerbolyze.hpp
@@ -95,6 +95,8 @@ namespace gerbolyze {
public:
virtual void vectorize_image(cairo_t *cr, const pugi::xml_node &node, ClipperLib::Paths &clip_path, cairo_matrix_t &viewport_matrix, PolygonSink &sink, double min_feature_size_px) = 0;
};
+
+ ImageVectorizer *makeVectorizer(const std::string &name);
class RenderSettings {
public: