File: control

package info (click to toggle)
libimage-scale-perl 0.14%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,828 kB
  • sloc: ansic: 4,760; perl: 313; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,282 bytes parent folder | download
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
Source: libimage-scale-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Paul Gevers <elbrus@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libgif-dev,
 libjpeg-dev,
 libpng-dev,
 libtest-nowarnings-perl <!nocheck>,
 perl-xs-dev,
 perl:native,
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/Image-Scale
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libimage-scale-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libimage-scale-perl

Package: libimage-scale-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: fast, high-quality fixed-point image resizing module
 Image::Scale implements several resizing algorithms with a focus on low
 overhead, speed and minimal features. Algorithms available are:
 .
 GD's copyResampled (floating-point)
 .
 GD's copyResampled fixed-point (useful on embedded devices/NAS devices)
 .
 GraphicsMagick's assortment of resize filters (floating-point)
 .
 GraphicsMagick's Triangle filter in fixed-point
 .
 Supported image formats include JPEG, GIF, PNG, and BMP for input, and JPEG
 and PNG for output.