thephpleague / color-extractor

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

Use with Image Intervetion #71

Closed dowmeister closed 2 years ago

dowmeister commented 2 years ago

Using Palette::fromGD with Image Intervetion throw exception "Image must be a gd resource"

Tried with $image->getCore() (https://image.intervention.io/v2/api/get-core) that returns a GdImage object.

MatTheCat commented 2 years ago

Yep, duplicate of https://github.com/thephpleague/color-extractor/issues/64