summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/disintegration/imaging/doc.go
blob: 5d59b46e249512d0edcd7538abbab1e9b963d9d3 (plain)
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