Stephan Brumme

Results 4 comments of Stephan Brumme

The "default" byte order is little endian (and your system is little endian, too). If the `__BYTE_ORDER` macro isnt defined then little endian is assumed - and thats the case...

Just removing the include might work for Macs but breaks the whole thing on big-endian Unix machines. A better workaround is to wrap the include by another `#ifndef __APPLE__`

Thanks for your contribution ! Currently I’m on a vacation and will take a look at your code when I come back home (mid-May). At first glance it’ll probably make...

No, but I'm working on a substantial rewrite of toojpeg which supports more input formats, such as RGBA, BGR, YUV, etc. I will take a look at the performance impact...