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 fromContents method to Palette #59

Closed gdarko closed 2 years ago

gdarko commented 4 years ago

This is important because we often cache the file contents in variable to not reread the image every time we need to obtain the color palette.

colinodell commented 2 years ago

Implemented in v0.4.0. Thanks for the PR!