2017-11-27 11:54:18 +00:00
|
|
|
/* Copyright (C) 2001-2017 Peter Selinger.
|
2010-06-10 18:43:12 +00:00
|
|
|
* This file is part of Potrace. It is free software and it is covered
|
|
|
|
* by the GNU General Public License. See the file COPYING for details. */
|
|
|
|
|
|
|
|
#ifndef DECOMPOSE_H
|
|
|
|
#define DECOMPOSE_H
|
|
|
|
|
2017-11-27 11:54:18 +00:00
|
|
|
#include "curve.h"
|
2015-12-03 15:46:17 +00:00
|
|
|
#include "potracelib.h"
|
|
|
|
#include "progress.h"
|
2010-06-10 18:43:12 +00:00
|
|
|
|
2017-11-27 11:54:18 +00:00
|
|
|
int bm_to_pathlist( const potrace_bitmap_t* bm, path_t** plistp, const potrace_param_t* param,
|
2015-12-03 15:46:17 +00:00
|
|
|
progress_t* progress );
|
2010-06-10 18:43:12 +00:00
|
|
|
|
|
|
|
#endif /* DECOMPOSE_H */
|