|
@@ -2,9 +2,10 @@
|
|
|
|
|
|
[](https://godoc.org/github.com/disintegration/imaging)
|
|
|
[](https://travis-ci.org/disintegration/imaging)
|
|
|
-[](https://coveralls.io/github/disintegration/imaging?branch=master)
|
|
|
+[](https://coveralls.io/github/disintegration/imaging?branch=master)
|
|
|
+[](https://goreportcard.com/report/github.com/disintegration/imaging)
|
|
|
|
|
|
-Package imaging provides basic imaging processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.).
|
|
|
+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).
|