pixiv / go-libjpeg

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

Integrate error handling #53

Closed harukasan closed 5 years ago

harukasan commented 5 years ago

This PR introduces better error handling and removes panics. Also fixes #51 .