Download List

Project Description

Potrace is a utility for tracing a bitmap (that is, transforming a bitmap into a smooth, scalable image). The input is a portable bitmap (PBM), and the default output is an encapsulated PostScript file (EPS). A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-20 06:09
1.10

A DXF backend was added. The output is in the drawing interchange format used by computer aided design software. The Gimppath backend was changed to be compatible with current versions of GIMP. The EPS, PDF, and SVG backends now use high-resolution bounding boxes. The default scaling
of the EPS, PDF, and SVG backends is now fixed at 72dpi. A new option --flat was added to the SVG backend. A new option --tight was added to remove whitespace around the input image before calculating its
scaling and placement.

2010-12-22 19:00
1.9

The xfig and eps backends were improved, and a fixed pagesize PDF backend was added. Support for BMP version 4 and version 5 files, as well as top-down BMP files, was added. Minor speed improvements were made to Potrace and major speed improvements were made to mkbitmap. A Gaussian blur option was added to mkbitmap. Libtool is now used to build and optionally install the Potrace library. An optional simplified progress bar was added for dumb terminals. This release also contains some portability improvements, cross-compilation improvements, and minor bug fixes.

2007-04-10 19:09
1.8

This release contains minor bugfixes and portability improvements. Rotation is now implemented in the PDF backend.
Tags: Minor bugfixes

2005-03-06 11:17
1.7

This is a bugfix release. A bug in the progress
bar code, which caused arithmetic exceptions on
some 64-bit architectures, has been fixed.
Tags: Minor bugfixes

2005-02-27 12:03
1.6

This release is 20-60% faster than the previous release. A
new PDF backend was added. An option to display a
progress bar was added. Some spurious "premature end of
file" messages were eliminated. The core functionality was
separated into a library with a documented API, making it
easier for developers to incorporate potrace into other
software.
Tags: Major feature enhancements

Project Resources