CSPOTRACE - transform bitmaps into vector graphics
C# Version of Potrace
* * *
DESCRIPTION
CsPotrace (c# Version) is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. The input is a bitmap (jpg, png, tif, bmp, gif, u.a ). Unlike the original Potrace the output is a list of connected curves. It not a back end product. It is made for developer.
USAGE
For more detailed usage information, see the man page. CsPotrace.dll is a dotNet library. The namespace is also called "CsPotrace". In Microsoft Studio you have only add the library lib\CsPotrace.dll to the references and define a "using CsPotrace".
COPYRIGHT
Copyright (C) 2001-2007 Peter Selinger (C) 2009 Wolfgang Nagl (C) 2015 Olivier Spinelli
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. See also http://www.gnu.org/.
See the file LICENSE for details.