Code

Modified filter rendering area handling to better accommodate upcoming feOffset
[inkscape.git] / src / trace / potrace / decompose.h
1 /* Copyright (C) 2001-2005 Peter Selinger.
2    This file is part of potrace. It is free software and it is covered
3    by the GNU General Public License. See the file COPYING for details. */
5 /* $Id$ */
7 #ifndef DECOMPOSE_H
8 #define DECOMPOSE_H
10 #include "potracelib.h"
11 #include "curve.h"
12 #include "progress.h"
14 int bm_to_pathlist(const potrace_bitmap_t *bm, path_t **plistp, const potrace_param_t *param, progress_t *progress);
16 #endif /* DECOMPOSE_H */