pkgsrc/graphics/go-imaging/DESCR
ryoon 135887a477 graphics/go-imaging: import go-imaging-1.5.0
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).
2018-11-18 08:32:54 +00:00

7 lines
347 B
Text

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).