Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Implicit conversion from float to int loses precision #179

Closed oojacoboo closed 2 years ago

oojacoboo commented 2 years ago

This PR provides support for PHP 8.1 and strict implicit type conversion.

Gregwar commented 2 years ago

Looks good to me, and I think it doesn't introduce any BC Thanks for contributing