summaryrefslogtreecommitdiffstats
path: root/graphics/potrace/DETAILS
blob: e57cd462da94cda72c3b45be9fbefd4bdb3c0452 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
           SPELL=potrace
         VERSION=1.11
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://potrace.sourceforge.net/download/$SOURCE
     SOURCE_HASH=sha512:d0ff037ed989a1742a099bb9d120c5f10cf1eae6ed9adb20d1d37eee713e569925eff6235825dfbdd7b1649dc46ad4507982ae001d6d3d49cc281ed16ddf1843
        WEB_SITE=http://potrace.sourceforge.net/
         ENTERED=20030813
      LICENSE[0]=GPL
        KEYWORDS="graphics"
           SHORT="potrace transforms bitmaps into vector graphics"
cat << EOF
potrace is a utility for tracing a bitmap, which means, transforming a bitmap
into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP
format), 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.

potrace can currently produce the following output formats: EPS, PostScript,
SVG (scalable vector graphics), and PGM (for easy antialiasing). Additional
backends might be added in the future.
EOF