File: control

package info (click to toggle)
libimager-perl 0.50-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,120 kB
  • ctags: 2,907
  • sloc: ansic: 21,092; perl: 15,461; makefile: 56
file content (18 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libimager-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libungif4-dev, libtiff4-dev, libpng12-dev, libjpeg62-dev, libfreetype6-dev, libt1-dev
Maintainer: Jay Bonci <jaybonci@debian.org>
Standards-Version: 3.6.2.2

Package: libimager-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description:  Perl extension for Generating 24 bit Images
 Imager is a module for creating and altering images.  It can read and
 write various image formats, draw primitive shapes like lines,and
 polygons, blend multiple images together in various ways, scale, crop,
 render text and more.
 .
 Imager also has convenience functions for things like RGB<->HSV color
 space conversion.