Michael Schmidt
Michael Schmidt
I think all of that would still be possible. In my mind, the global registry would just be a static `Vec` (plus some lock around it) where the format specification...
You're right, that's a difference I haven't thought of. Would that be a problem, though? As I see it, there are some upsides and some downsides. (Might have missed some...
The 1-2% is from decoding from an in-memory buffer, right? If so, then I would say that it's good news that the (probably) worst-case scenario got
I can't speak about image metadata, but I really don't like the new `ImageDecoder` interface as both an implementor of the interface and a potential user of it. Right now,...
> I'd like to remove the existing dimensions()/color_type methods from the trait as well. There's no point using separate method calls for communicating them. :+1: I'd even go so far...
> The `memmove` needed to crop an image in-place is fast. _Really_ fast. 60Gbps fast. (At least it should be). I really don't worry about this in the grad scheme....
> I would only do this if we could generate markdown files for it automatically and link them to the wiki page. If we have to do it manually, not...
> Ah well if the requirement isn't a GitHub wiki but rather just docs available online That's how I interpreted it. We can do more on our website anyway.
Hello, I have the same issue and would like to add some insight I gained while losing my sanity while investigating this issue. I encountered this issue while working on...