JuliaIO / JpegTurbo.jl

Julia interface to libjpeg-turbo
MIT License
15 stars 7 forks source link

redirect libjpeg-turbo error to julia #12

Open johnnychen94 opened 2 years ago

johnnychen94 commented 2 years ago

I'm not even sure if this doable, see "Error handling" section in libjpeg.txt and the "JPEG DECOMPRESSION SAMPLE INTERFACE" part in example.c

It's unclear to me how to create jmp_buf from the julia side..