Caleb Etemesi
Caleb Etemesi
I'm wondering how this would happen, from my docs perusing , it seems the crate wraps a BufferedReader from which it gets it's bytes from, they don't implement clone and...
And what about data passed as a slice? Won't that remove parallelism from it? Ideally what you want is a trait, I'll call it `ParalellReader`, implemented for File, BufferedFile, slices...
> the ImageDecoder interfaces in image assumes that the buffer information (size and color space) is available before the main decoding loop is entered. How should the API be used...
Won't that be expensive?
Hi, I changed it to allow it to take anything that implements a different trait, we do have stream decoding now, but because of Rust's lack of specialization, I can't...
The `dev` branch contains the changes already, still doing some benchmarks and fuzz testing to see the impact of the changes, then a 0.5 rc release is planned, (but want...
Hi, hope I didn't keep you waiting for long, made a 0.5.0-rc0 release that should contain a fix for this. The library can now read from anything that implements `Bufread`...
Hi, what corruption?
FYI, there is the [psd crate](https://crates.io/crates/psd) which offers the ability to merge all layers, so for widespread use, that may be better, since it does layer merging, I don't use...
Planning on that Thanks for the remainder