Michael Schmidt

Results 309 comments of Michael Schmidt

Alright. History has been rewritten (`.git` is 9MB now), CI for 32-bit and BE has been added (it found a BE bug in the test code), and I changed the...

Any updates @fintelia? --- On my side, I'm pretty much done. Over the last two weeks, I added a high-level de/encoder API, parallel encoding with `rayon`, and automatic mipmap generation...

No worries! I requested the transfer. > Release workflow 👍 I'll make a 0.0.1 release after the transfer is done. I'm still not happy with the API, so I made...

I'm going to close this issue now that it has served its purpose. DDS support will be moved to `image-extras` (#2565) and I already made a PR for it there...

I think you can derive `(Partial)Eq` now, since equivalent ratios are mapped to the same representation.

I fixed the error for `test_toolchains (1.70.0)` in https://github.com/image-rs/image-dds/pull/59, so just `cargo-deny` remains. It doesn't like that `dds` uses a newer version of zerocopy than some other dependency. I'm not...

Nice, `cargo-deny` solved itself. I haven't looked into it, but I think the other dep got updated and now uses zerocopy v0.8.x.

Thanks for the update! Okay, let's see if I understand this correctly: So the basic idea is to invert the dependency. Instead of `image` depending on `dds`, `image` will be...

> I think it's actually a better idea to make it a separate crate, like `dds-image-plugin` or something, so that the `dds` crate doesn't have to break semver every time...

> There doesn't seem to be a whole lot of benefits to bundling all these different formats together in a single crate. Speaking from the perspective of someone new to...