Simple image processing package for Go
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, non-premultiplied alpha). This package contains the source code needed for building packages that reference the following Go import paths: – github.com/disintegration/imaging
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.6.2-4.fc35 | - |
Fedora 35 | 1.6.2-4.fc35 | - |
Fedora 34 | 1.6.2-3.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-disintegration-imaging dash maintainers at fedoraproject dot org
.