tahoma2d/toonz/sources/include/tnewoutlinevectorize.h

27 lines
712 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#ifndef TNEW_OUTLINE_VECTORIZE_H
#define TNEW_OUTLINE_VECTORIZE_H
#include "trasterimage.h"
#include "tvectorimage.h"
2016-06-15 18:43:10 +12:00
namespace tvectorizer {
2016-03-19 06:57:51 +13:00
//****************************************************************************
// Vectorization Functions
//****************************************************************************
struct
2016-06-15 18:43:10 +12:00
//****************************************************************************
// Vectorization Functions
//****************************************************************************
2016-03-19 06:57:51 +13:00
2016-06-15 18:43:10 +12:00
void
outlineVectorize(const TRasterImageP &input, TVectorImageP &output);
2016-03-19 06:57:51 +13:00
2016-06-15 18:43:10 +12:00
} // namespace toutlinevectorizer
2016-03-19 06:57:51 +13:00
2016-06-15 18:43:10 +12:00
#endif // TNEW_OUTLINE_VECTORIZE_H