pixiv / go-libjpeg

An implementation of Go binding for libjpeg (or libjpeg-turbo).
BSD 3-Clause "New" or "Revised" License
157 stars 52 forks source link

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

Open hjyoun0731 opened 3 years ago

hjyoun0731 commented 3 years ago

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,