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

Fix #36 #37

Closed harukasan closed 7 years ago

harukasan commented 7 years ago

I'll working to fix #36 in this PR.

harukasan commented 7 years ago

We must fix argument max_line of jpeg_read_scanline. https://github.com/pixiv/go-libjpeg/blob/fix/segv_read_scanline/jpeg/decompress.go#L305

yonderblue commented 7 years ago

Eagerly anticipating :) However any luck on the encoding one? That is the one I don't have a work around for :(

harukasan commented 7 years ago

@saturday06 please review this.