tahoma2d/toonz/sources/toonzlib/sandor_fxs/calligraph.h

18 lines
288 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 __CALLIGRAPH_H_
#define __CALLIGRAPH_H_
#ifdef __cplusplus
extern "C" {
#endif
int calligraph(const RASTER *inr, RASTER *outr, const int border, int argc,
2016-06-15 18:43:10 +12:00
const char *argv[], const int shrink, bool isOutBorder);
2016-03-19 06:57:51 +13:00
#ifdef __cplusplus
}
#endif
2016-03-19 06:57:51 +13:00
#endif