fengsp / color-thief-py

Grabs the dominant color or a representative color palette from an image. Uses Python and Pillow.
http://lokeshdhakar.com/projects/color-thief/
Other
1.04k stars 125 forks source link

The RGB values get_palette is > 255 #29

Open subhroacharjee opened 2 years ago

subhroacharjee commented 2 years ago

For a certain image the RBG value was (256, 252, 212) This value for R should not exists as RGB values are 32 bit values [0-255]. Cant share the image for privacy reasons.