qTipTip / Pylette

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

[fix] Pass on colorspace argument #41

Closed qTipTip closed 1 month ago

qTipTip commented 1 month ago

It was reported in #40 that the CLI does not respect the colorspace argument passed on the command line.

This PR fixes that.