go-libjpeg
go-libjpeg copied to clipboard
Add a code for support encoding Image.NRGBA issue#41
In #41, "github.com/disintegration/imaging" return into *image.NRGBA
.
This PR makes to support encoding *image.NRGBA
.
encodeNRGBA() is almost the same code as encodeRGBA(). Only the name and comments have been changed.
Best regards,