As [the discussion](https://github.com/image-rs/image-dds/issues/18#issuecomment-3849480307) in #18 has shown, the current mipmap generation leaves a lot of performance on the table. In particular: - [x] Nearest is very slow. (#106) - [ ] U8 for almost all filters is between 2x and 3x slower than [FIR](https://docs.rs/fast_image_resize/latest/fast_image_resize/).