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 51 52 53 54 55 56 57 58
|
Source: libgd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 12),
libextutils-pkgconfig-perl,
libfont-ttf-perl,
libfreetype6-dev,
libgd-dev | libgd2-xpm-dev,
libimage-exiftool-perl,
libjpeg-dev,
libpng-dev,
libregexp-assemble-perl,
libx11-dev,
libxpm-dev,
libtest-fork-perl,
libz-dev,
perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgd-perl.git
Homepage: https://github.com/lstein/Perl-GD
Package: libgd-perl
Architecture: any
Depends: ${shlibs:Depends},
${perl:Depends},
${misc:Depends}
Replaces: libgd-gd2-noxpm-perl (<= 1:2.46-2.1),
libgd-gd2-perl (<= 1:2.46-3.1)
Provides: libgd-gd2-noxpm-perl,
libgd-gd2-perl
Breaks: libgd-gd2-noxpm-perl (<= 1:2.46-2.1),
libgd-gd2-perl (<= 1:2.46-3.1)
Description: Perl module wrapper for libgd
This is a autoloadable interface module for libgd, a popular library
for creating and manipulating PNG files. With this library you can
create PNG images on the fly or modify existing files. Features
include:
.
* Lines, polygons, rectangles and arcs, both filled and unfilled
* Flood fills
* The use of arbitrary images as brushes and as tiled fill patterns
* Line styling (dashed lines and the like)
* Horizontal and vertical text rendering
* Support for transparency and interlacing
* Support for TrueType font rendering, via libfreetype.
* Support for spline curves, via GD::Polyline
* Support for symbolic font names, such as "helvetica:italic"
* Support for symbolic color names, such as "green", via GD::Simple
* Produces output in png, gif, jpeg and xbm format
* Produces output in svg format via GD::SVG.
.
Included with the example code is the perl script qd.pl with QuickDraw
routines for generating PICT2 files (used on Apple Macintosh).
|