git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/imaging/doc.go (about)

     1  /*
     2  Package imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.).
     3  
     4  All the image processing functions provided by the package accept any image type that implements image.Image interface
     5  as an input, and return a new image of *image.NRGBA type (32bit RGBA colors, non-premultiplied alpha).
     6  */
     7  package imaging