David Andersen

Results 6 issues of David Andersen

Hi, folks - thanks for the useful release! flax.nn is now deprecated, so a move to linen would help ensure this code remains future compatible (and doesn't generate warnings, as...

The attached patch addresses this crash, which happens with specific ill-formed jpegs. ``` diff --git a/vips.go b/vips.go index 36118e1..14cd90a 100644 --- a/vips.go +++ b/vips.go @@ -311,6 +311,10 @@ func Resize(buf...

For Ubuntu, the list of dependencies to install before libvips should include ``` libxml2-dev swig ```

This image is corrupt and will not decode in most image decoders (convert; opencv imread), but does not produce a decoding error in jpeg-decoder. Whether this is a problem is...

Apologies if this is known. Decoding doesn't report decode failures. The library internally prints: `Corrupt JPEG data: premature end of data segment` But this doesn't appear to be available to...

I was using this via the raspcam crate, but it ended up a little tricky to get things to work because parts of this crate can't be shared across threads....