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-15.fc42 | - |
Fedora 41 | 1.6.2-14.fc41 | - |
Fedora 40 | 1.6.2-10.fc40 | - |
You can contact the maintainers of this package via email at
golang-github-disintegration-imaging dash maintainers at fedoraproject dot org
.