rmagick / rmagick

Ruby bindings for ImageMagick
https://rmagick.github.io/
MIT License
694 stars 140 forks source link

Fix truncating of values that causes pixels 65534.9609375 to become 65534 instead of 65535 (#1339). #1591

Closed dlemstra closed 3 weeks ago

dlemstra commented 3 weeks ago

Fix https://github.com/rmagick/rmagick/issues/1339

Watson1978 commented 3 weeks ago

Great works! Thanks