File: doc.go

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 (7 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
/*
Package imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.).

All the image processing functions provided by the package accept 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).
*/
package imaging