1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libtest-image-gd-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl, libgd-gd2-perl, libtest-pod-perl,
libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.1.5
Homepage: https://metacpan.org/release/Test-Image-GD
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-image-gd-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-image-gd-perl
Testsuite: autopkgtest-pkg-perl
Package: libtest-image-gd-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libgd-gd2-perl
Description: module for testing images using GD
Test::Image::GD is meant to be used for testing custom graphics, it attempts
to "visually" compare the images, this means it ignores invisible differences
like color palettes and metadata. It also provides some extra functions to
check the size of the image.
|