golang-github-nfnt-resize 0.0~git20180221.83c6a99-3 source package in Ubuntu

Changelog

golang-github-nfnt-resize (0.0~git20180221.83c6a99-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Apply multi-arch hints. + golang-github-nfnt-resize-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 05 Feb 2021 02:15:32 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-nfnt-resize_0.0~git20180221.83c6a99-3.dsc 2.3 KiB 3b1fc021c6397ba632c89a12df723c924ba00c6f6b4bc60c9cdc756e3f921f96
golang-github-nfnt-resize_0.0~git20180221.83c6a99.orig.tar.xz 10.9 KiB 3aea1d0a689c6c8645c9a002f9df8ab61128fc80c352b7ae25bd762abd98a766
golang-github-nfnt-resize_0.0~git20180221.83c6a99-3.debian.tar.xz 2.8 KiB c60942d8e18e400067d75549547e326d406aa5bfb01bf19c94b20b905ccd1811

No changes file available.

Binary packages built by this source

golang-github-nfnt-resize-dev: Pure golang image resizing

 The resize package provides 2 functions:
 - resize.Resize creates a scaled image with new dimensions
   (width, height) using the interpolation function interp.
   If either width or height is set to 0, it will be set to
   an aspect ratio preserving value.
 - resize.Thumbnail downscales an image preserving its aspect
   ratio to the maximum dimensions (maxWidth, maxHeight). It
   will return the original image if original sizes are smaller
   than the provided dimensions.