libgd-gd2-noxpm-perl 1:2.46-2.1 source package in Ubuntu

Changelog

libgd-gd2-noxpm-perl (1:2.46-2.1) unstable; urgency=low


  * Non-maintainer upload.
  * Add regression test files matching libgd 2.1.0-rc1, confirmed to be
    visually indistinguishable (closes: #709047).

 -- Colin Watson <email address hidden>  Sat, 22 Jun 2013 11:00:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgd-gd2-noxpm-perl_2.46-2.1.dsc 2.2 KiB 4043ced62ae2093d7251c07a6e41b7ea1e564a6dd79fa3def4928fdf38a9a8f1
libgd-gd2-noxpm-perl_2.46.orig.tar.gz 254.9 KiB 0de778c8ea63bb3eb0d99d0ef090464ef594107addfa71750fd3a88216081735
libgd-gd2-noxpm-perl_2.46-2.1.debian.tar.gz 22.9 KiB d6f8866fdabb27b0171d32fdda1e3b914afe9b28c8bf0d341869c706ba9dc60c

No changes file available.

Binary packages built by this source

libgd-gd2-noxpm-perl: Perl module wrapper for libgd - gd2 variant without XPM support

 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).
 .
 This package is linked against libgd2, without Xpm (X pixmap) support.