Pylette icon indicating copy to clipboard operation
Pylette copied to clipboard

A Python library for extracting color palettes from supplied images.

Results 11 Pylette issues
Sort by recently updated
recently updated
newest added

Hi! :wave: No issues here - I just wanted to say thanks for this great library! I thought you might be interested in an app I made featuring Pylette. You...

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies

### What kind of changes does this PR introduce? 1. Fix: Fix randomness in Kmeans quantization mode by setting the random_state to 2024 2. Doc: Explicitly state the resize shape...

https://mypy.readthedocs.io/en/latest/error_code_list.html#check-that-import-target-can-be-found-import-untyped

On my app I already have a image in memory. To use extract_colors I need to save it on a temp file, will be great if I can pass the...

- Add typer - Add palette size, sort mode, and multiple files at once. - Added extraction_mode and resize to cli - Add save to output directory - Add small...

Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Have you thought of using the [CIELAB color space](https://en.wikipedia.org/wiki/CIELAB_color_space) instead of HSV/RGB? I have had pretty good success using this, but have only implemented it in golang, not python. The...