File: control

package info (click to toggle)
golang-github-disintegration-imaging 1.6.0%2Breally1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 2,172 kB
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: golang-github-disintegration-imaging
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
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).