go-libjpeg icon indicating copy to clipboard operation
go-libjpeg copied to clipboard

Add a code for support encoding Image.NRGBA issue#41

Open hjyoun0731 opened this issue 3 years ago • 0 comments

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,

hjyoun0731 avatar Jul 02 '21 06:07 hjyoun0731