etemesi254 / zune-image

A fast and memory efficient image library in Rust
Other
332 stars 30 forks source link

Fixed incorrect pixel position in Image::modify_pixels_mut #209

Closed a16547 closed 4 months ago

a16547 commented 4 months ago

Fix incorrect calculation of pixel position in Image::modify_pixels_mut.

etemesi254 commented 4 months ago

thank you