Cykooz / fast_image_resize

Rust library for fast image resizing with using of SIMD instructions.
Apache License 2.0
284 stars 25 forks source link

LumaA pixels #6

Closed indietyp closed 2 years ago

indietyp commented 2 years ago

Hi, I see that this project is able to resize a lot of different values but U8x2 seems to be missing.

What is the recommended strategy of working with LumaA pixels?

Cykooz commented 2 years ago

I'll can try to add support for images with U8x2 pixels.

indietyp commented 2 years ago

that would be awesome!

Cykooz commented 2 years ago

https://crates.io/crates/fast_image_resize/0.9.0