Releases: trollLemon/CPlus-palette
Windows Test
This release contains the exe for the windows build. For testing, please unzip the folder attached to this release and follow the instructions in README.txt
What's Changed
- Stb by @trollLemon in #44
- Kmean optim by @trollLemon in #45
Full Changelog: v1.3.0...v1.4.0-PRE
v1.3.0
What's Changed
- Code rework by @trollLemon in #40
- Rgb option by @trollLemon in #41
- Cmake tweaks by @trollLemon in #42
Full Changelog: v1.2.1...v1.3.0
User now has the option to specify additional formats: currently the user can output just hex color codes, or hex color codes with RGB values.
v1.2.1
What's Changed
- Mem test by @trollLemon in #36
- uses correct print function by @trollLemon in #37
- removed fail count condition so the clusters will always converge bef… by @trollLemon in #38
- updated version, description, and optimization flags by @trollLemon in #39
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Reorg by @trollLemon in #32
- better ui by @trollLemon in #33
- W extra by @trollLemon in #34
- Update loadAndSelect.h by @trollLemon in #35
- Mem Test by @trollLemon in #36
Full Changelog: v1.1.0...v1.2.0
This release contains better organization of code, and a simpler user interface for command line arguments.
Cpluspalette 1.1.0
What's Changed
- K mean w/cielab by @trollLemon in #28
- Median cut option by @trollLemon in #29
- unordered_set for color filtering by @trollLemon in #30
- Update readme by @trollLemon in #31
Full Changelog: v1.0.3...v1.1.0
Re-implemented K mean clustering based off this paper: http://www.ijimt.org/papers/102-M480.pdf.
Performance of the data clustering was improved
Unordered_sets are also used by the software to filter out color duplicates; this improved the palette quality for images where the color balance is terrible: for example, the software provides a good palette for the following image gotten from https://wallpaperaccess.com/abstract-minimalist:
by this method.
v1.0.3
What's Changed
- Header defs by @trollLemon in #24
- Struct to class by @trollLemon in #25
- Remove some includes by @trollLemon in #26
- Median cut by @trollLemon in #27
Full Changelog: 1.0.2...v1.0.3
Cplus-palette
Generate color palettes from the terminal based on a given image.
Full Changelog: v1.0.1...1.0.2
Cplus-palette
CPlus-palette
CPlus-palette
Generate color palettes from the terminal based on a given image.