thephpleague / color-extractor

Extract colors from an image like a human would do.
thephpleague.com
MIT License
1.3k stars 159 forks source link

Added PHP 8 support #67

Closed QuadVector closed 3 years ago

QuadVector commented 3 years ago

https://php.watch/versions/8.0/gdimage If version <= 7.4, we use standart way to check gd object type. In other case (>= 8.0), we use checking method for \GdImage instance.