File: control

package info (click to toggle)
golang-github-disintegration-imaging 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,528 kB
  • sloc: makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,308 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
31
Source: golang-github-disintegration-imaging
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-image-dev
Standards-Version: 4.5.1
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
Homepage: https://github.com/disintegration/imaging
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/disintegration/imaging

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).