Releases: alexwlchan/dominant_colours
Releases · alexwlchan/dominant_colours
v1.4.1
v1.4.0
dominant_colours
will now skip printing terminal colours if it detects it's not running in a tty. This makes it slightly easier to use in automated environments, because you don't need to pass the--no-palette
flag.
v1.3.0
- Add support for animated WebP images.
- Improve the error messages, especially when dealing with malformed images.
v1.2.0
Two new features:
- Add support for WebP images.
- Add an experimental new flag
--best-against-bg=[HEX_COLOUR]
that will print the single colour which will look best against this background.
v1.1.9
Bump the version of all the dependency libraries, and try to get the release process working again.
This has no feature changes.
v1.1.8
More internal refactoring to use newer versions of kmeans-colors and palette.
This has no feature changes.
v1.1.7
Some internal refactoring to use a newer versions of clap.
This has no feature changes.
v1.1.6
Provide precompiled binaries for more targets, so the following targets are now supported:
- Macs on Intel and Apple Silicon
- Windows on Intel
- Linux on Intel, both GNU and MUSL (Alpine-compatible) binaries
There are no feature/bugfix changes from v1.1.3.
(Note: v1.1.4 and v1.1.5 were abortive releases to get the new binaries working, and have been removed to avoid confusion.
v1.1.3
Fix a bug when finding the dominant colour of some animated GIFs.
v1.1.2
Add support for TIFF images.