File: control

package info (click to toggle)
potrace 1.10-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,268 kB
  • sloc: sh: 10,654; ansic: 8,778; makefile: 123
file content (50 lines) | stat: -rw-r--r-- 1,886 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: potrace
Section: graphics
Priority: optional
Maintainer: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 7), zlib1g-dev, libtool
Standards-Version: 3.9.1.0

Package: potrace
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: netpbm
Homepage: http://potrace.sourceforge.net/
Description: utility to transform bitmaps into vector graphics
 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, PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM 
 (for easy antialiasing). Additional backends might be added in the future.

Package: libpotrace0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://potrace.sourceforge.net/
Description: library for tracing bitmaps
 potrace is a utility for tracing a bitmap, which means, transforming
 a bitmap into a smooth, scalable image.
 .
 libpotrace0 contains files needed to run programs that utilize the 
 potrace library.

Package: libpotrace-dev
Section: libdevel
Architecture: any
Depends: libpotrace0 (= ${binary:Version}), ${misc:Depends}
Homepage: http://potrace.sourceforge.net/
Description: development files for potrace library
 potrace is a utility for tracing a bitmap, which means, transforming
 a bitmap into a smooth, scalable image.
 .
 libpotrace-dev contains header file needed to compile programs that
 utilize the potrace library.