libimage-math-constrain-perl 1.02-3 source package in Ubuntu

Changelog

libimage-math-constrain-perl (1.02-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 00:39:17 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libimage-math-constrain-perl_1.02-3.dsc 2.2 KiB 6a8a03ca1bba2029704d0e0d38c368443252d4cedcb15e64e026505c76140b64
libimage-math-constrain-perl_1.02.orig.tar.gz 24.4 KiB 7c17a675c6ee76bc7ea12a47377b2df48676fdd9054bbd638f4489f570f99ba8
libimage-math-constrain-perl_1.02-3.debian.tar.xz 2.5 KiB a48295d356ce036569516ed5c42713e437e056e69daf288a4ae9b53f69de3111

Available diffs

No changes file available.

Binary packages built by this source

libimage-math-constrain-perl: Perl module performing math used to constrain image sizes

 Image::Math::Constrain is a Perl module that implements all of the math behind
 implementing image size constraints. It allows one to restrict the dimensions
 of an image by checking to see if the image is larger than the desired final
 dimensions, and if so, provide a way to scale the image down proportionally so
 it fits within the constraints. It can set constraints based on width, height,
 or both, and is guaranteed to return dimensions that are proportional to the
 original -- that is, they will have the same aspect ratio. It also returns the
 necessary scaling factor, so you can pass it to a module to do the work.