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

Changelog

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

  [ Michael Stapelberg ]
  * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)

  [ Anthony Fok ]
  * New upstream version
  * Build-Depends on golang-any instead of golang-go
    to allow the use of gccgo-go where necessary
  * Use debhelper (>= 11)
  * Bump Standards-Version to 4.1.3:
    Use https form of the copyright-format URL in debian/copyright
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Fri, 02 Mar 2018 00:31:40 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-nfnt-resize_0.0~git20180221.83c6a99-1.dsc 2.3 KiB 35bda8b0f18ce32017f8c8c8584b1c7f981824a38765248640f30056077dd4d8
golang-github-nfnt-resize_0.0~git20180221.83c6a99.orig.tar.xz 10.9 KiB 3aea1d0a689c6c8645c9a002f9df8ab61128fc80c352b7ae25bd762abd98a766
golang-github-nfnt-resize_0.0~git20180221.83c6a99-1.debian.tar.xz 2.6 KiB 080b60ca08a449c951fdeddbc2658e26d43a98911d920efdffebfda81c86d665

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.