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
|
Source: tgif
Section: graphics
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Carlo Segre <segre@debian.org>,
Andreas Tille <tille@debian.org>
Build-Depends: debhelper, debhelper-compat (= 13), dh-exec, xutils-dev, libxt-dev, libxext-dev,
libz-dev, libxmu-dev, libidn-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/salvage-team/tgif
Vcs-Git: https://salsa.debian.org/salvage-team/tgif.git
Homepage: http://bourbon.usc.edu/tgif/
Package: tgif
Depends: ${misc:Depends}, gettext-base, ${shlibs:Depends}, netpbm,
ghostscript, texlive-latex-base
Recommends: xfonts-75dpi, gifsicle
Architecture: any
Description: 2D vector graphic drawing tool using Xlib
Tgif (originally the "Tangram Graphic Interface Facility") is a
classic drawing program for 2D vector graphics. Image objects can
be hierarchically constructed out of primitives such as polygons,
text, and splines (though the splines Tgif draws are not Bézier
curves).
.
It natively supports PostScript formats suitable for LaTeX, as well
as X11 bitmap or (version 1) pixmap formats. Other vector and raster
image formats such as SVG and PNG can be handled via filters.
.
Tgif stores drawings as .obj files and individual building-block
objects as .sym files, both in Prolog-compatible fact file format.
|