qTipTip / Pylette

A Python library for extracting color palettes from supplied images.
https://qtiptip.github.io/Pylette/
MIT License
106 stars 11 forks source link

CLI Tool does not respect the `colorspace` argument and defaults to RGB #40

Closed pranavAbe closed 1 month ago

pranavAbe commented 1 month ago

I'm using the CLI tool and specifying the --colorspace argument as hsv or hls does nothing as it generates the same set of palette values in RGB format. I'm also attaching an image below to demonstrate the issue.

image

qTipTip commented 1 month ago

Hey! Thanks for reporting this! I'll look into this! This week, if I can find the time!

qTipTip commented 1 month ago

Hey, @pranavAbe ! I've released version 3.0.2, which should resolve this issue! Thanks for letting me know! 🚀