Source: golang-github-disintegration-imaging Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok Build-Depends: debhelper (>= 11), dh-golang, golang-any, golang-golang-x-image-dev Standards-Version: 4.2.1 Homepage: https://github.com/disintegration/imaging Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-disintegration-imaging Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-disintegration-imaging.git XS-Go-Import-Path: github.com/disintegration/imaging Testsuite: autopkgtest-pkg-go Package: golang-github-disintegration-imaging-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-golang-x-image-dev Description: Simple Go image processing package Package imaging provides basic image manipulation functions (resize, rotate, flip, crop, etc.). This package is based on the standard Go image package and works best along with it. . Image manipulation functions provided by the package take any image type that implements image.Image interface as an input, and return a new image of *image.NRGBA type (32bit RGBA colors, not premultiplied by alpha).