Blob Blame Raw
#pragma once

#ifndef __CALLIGRAPH_H_
#define __CALLIGRAPH_H_

int calligraph(RASTER *, RASTER *, const int border, int argc,
               const char *argv[], const int shrink, bool isOutBorder);

#endif