Boscop
Boscop
And when I try to copy this area on this page https://www.goodbooks.io/books/zero-to-one whether I copy in Tailwind or inline-CSS mode, and whether I choose adaptive or exact mode, it doesn't...
Any update on this? :)
I ran it with msvc debugger but it pointed to random code that happens afterwards (tried multiple runs), which can't be. I think it's because the stack gets corrupted..
Ok, and is MozJPEG suitable for real-time 30 FPS MJPEG decoding?
Thanks! Btw, how would decoding MJPEG frames differ from the `reencode::decode()` function (other than using `jpeg_mem_src` instead of `jpeg_stdio_src`)? I guess I shouldn't call `jpeg_read_header`? Should I just call `jpeg_std_error`,...
So it supports images that don't have a huffman table? It was necessary to add this to the `jpeg-decoder` crate to support MJPEG: https://github.com/kaksmet/jpeg-decoder/issues/76#issuecomment-325217490
Thanks, I got it working :) Btw, is there a way to build the bundled static version of MozJPEG in release mode when I'm building my crate in debug mode?
> Use of decode_mcu_slow indicates that the JPEG data is corrupt or incomplete. Hm, any idea why it could be corrupt/incomplete? I'm getting complete frames out at the end, and...
I'm getting the same. ```ts Type 'CreateRouterInner' is not assignable to type 'AnyRouter'. The types returned by 'createCaller(...)' are incompatible between these types. Type 'DecoratedProcedureRecord & { ...; }' is...
I just tested the rscam crate on linux, and I wish there was something like that for windows. The problem is, my modified version of escapi is currently blind because...