Hello,
Sorry if the question is a bit vague but I'm new to gd. I'm wondering whether gd already has some built-in methods or whether PHP classes relying on gd exist that could present me with a bunch of statistics for a given image. I'm mostly interested in:
- Colors (nb of colors used, most used colors, even better if I can get a the name of dominant color tone)
- Shapes (whether the image -once background removed- is close to a square,circle,nb of basic shapes detected in image)
Thanks