-
- Downloads
Fix integer overflow in image interpolation. (#73)
Force casting int to long whenever a pixel offset is calculated as offsets can cross the 2GB border for very large images.
Loading
Please register or sign in to comment
Force casting int to long whenever a pixel offset is calculated as offsets can cross the 2GB border for very large images.