JuliaIO / JpegTurbo.jl

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

Error message handling #28

Closed theogf closed 11 months ago

theogf commented 1 year ago

Would there be a way to get the error messages thrown by C at the Julia level? For instance I would wish to be able to control the logging flow of stuff like:

Corrupt JPEG data: 283 extraneous bytes before marker 0xd9
johnnychen94 commented 11 months ago

See #12, unfortunately, this is out of my expertise 😢