ksubileau / color-thief-php

Grabs the dominant color or a representative color palette from an image. Uses PHP and GD, Imagick or Gmagick.
MIT License
632 stars 64 forks source link

Image with single histogram bucket causes VBox->volume to be negative #40

Closed mreiden closed 5 years ago

mreiden commented 5 years ago

An image that fits in a single histogram bucket (single color image) causes VBox->volume to be negative due to not setting rgbMin and rgbMax at the same time.

mreiden commented 5 years ago

Submitted patch as pull request #41.