|
@@ -1,6 +1,6 @@
|
|
|
# Imaging
|
|
|
|
|
|
-[](https://godoc.org/github.com/disintegration/imaging)
|
|
|
+[](https://pkg.go.dev/github.com/disintegration/imaging)
|
|
|
[](https://travis-ci.org/disintegration/imaging)
|
|
|
[](https://coveralls.io/github/disintegration/imaging?branch=master)
|
|
|
[](https://goreportcard.com/report/github.com/disintegration/imaging)
|
|
@@ -16,7 +16,7 @@ as an input, and return a new image of `*image.NRGBA` type (32bit RGBA colors, n
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
-http://godoc.org/github.com/disintegration/imaging
|
|
|
+https://pkg.go.dev/github.com/disintegration/imaging
|
|
|
|
|
|
## Usage examples
|
|
|
|