File: control

package info (click to toggle)
image-size 2.7-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 112 kB
  • ctags: 7
  • sloc: perl: 159; makefile: 36
file content (18 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: image-size
Section: interpreters
Priority: extra
Maintainer: Ben Gertzfield <che@debian.org>
Standards-Version: 2.4.0.0

Package: libimage-size-perl
Architecture: all
Depends: perl (>=5.004.04)
Description: Tools for finding the size of an image under Perl
 Image::Size is a library based on the image-sizing code in the wwwimagesize
 script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to
 IMG directives. Image::Size has generalized that code to return a raw (X, Y)
 pair, and included wrappers to pre-format that output into either HTML or
 a set of attribute pairs suitable for the CGI.pm library by Lincoln Stein.
 Currently, Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, TIFF
 and the PPM family of formats (PPM/PGM/PBM).