issues
search
okaneco
/
kmeans-colors
k-means clustering library and binary to find dominant colors in images
Apache License 2.0
139
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mathematical question
#60
ElvishScout
opened
5 months ago
0
Allow using on lab::Lab
#59
roxwize
opened
7 months ago
1
Add `fxhash` for caching, relocate `find_colors` to `find.rs`
#57
okaneco
closed
1 year ago
0
Add `Calculate`, `Hamerly` impls for `[T; N]`
#56
okaneco
opened
1 year ago
0
Speed up `Lab` conversion with `Srgb`/`LinSrgb` fast path, use `palette` `FromStr` impl
#55
okaneco
closed
1 year ago
0
Possible to implement for image::Rgb?
#54
KyleMaas
opened
1 year ago
7
Update GH Action CD workflow
#53
okaneco
closed
1 year ago
0
Upgrade palette to 0.7, bump crate version to 0.6, update CI/CD workflow
#52
okaneco
closed
1 year ago
0
Upgrade to palette 0.7
#51
djc
closed
1 year ago
5
Great implementation questions
#50
bioworldmerch
opened
2 years ago
3
Update metadata for 0.5 release; CI/CD, clippy, `image` fixups
#49
okaneco
closed
2 years ago
0
Trait not implemented while using palette 0.6
#48
davisschenk
closed
2 years ago
2
Another non issue issue :-)
#47
redwarp
closed
2 years ago
4
Thanks for this project!
#45
alexwlchan
opened
3 years ago
3
Upgrade palette to 0.6, fix clippy lints, use DynamicImage::into_rgba8
#44
okaneco
closed
3 years ago
0
Change hyphen to underscore in CD action
#43
okaneco
closed
3 years ago
0
Add continuous deployment for binary publishing
#42
okaneco
closed
3 years ago
0
Prepare metadata for 0.4.0 release, small fixups
#41
okaneco
closed
3 years ago
0
Update crate version to 0.4.0, rand to 0.8, rand_chacha to 0.3
#40
barrbrain
closed
3 years ago
3
Move CI to Github Actions
#39
okaneco
closed
3 years ago
0
Update Cargo.lock and changelog
#38
okaneco
closed
4 years ago
0
Update crate version from 0.3.3 to 0.3.4
#37
okaneco
closed
4 years ago
0
Upgrade image to 0.23.11, bump to crate version 0.3.4
#36
okaneco
closed
4 years ago
0
Installing from crate.io failed, couldn't compile
#35
redwarp
closed
4 years ago
9
Update readme with troubleshooting, how to add crate as lib to a project
#34
okaneco
closed
4 years ago
0
Hex Colors starting with '0' are not parsed
#33
DerLando
closed
4 years ago
3
Move color impls to their own module, add lints
#32
okaneco
closed
4 years ago
0
Update image in README.md for color palette example
#31
okaneco
closed
4 years ago
0
Update cargo lock
#30
okaneco
closed
4 years ago
0
Update changelog for 0.3.3 release
#29
okaneco
closed
4 years ago
0
Doc fixup for clarity, remove old information
#28
okaneco
closed
4 years ago
0
Add transparency support for find/replace
#27
okaneco
closed
4 years ago
0
Update dependencies
#26
okaneco
closed
4 years ago
0
Refactor out raw array indexing in favor of iterators
#25
okaneco
closed
4 years ago
0
Fix typo in docs
#24
okaneco
closed
4 years ago
0
Fix bugs introduced by switch to kmeans++, update documentation, bump to 0.3.2
#23
okaneco
closed
4 years ago
0
Add white point for overlooked Lab in Sort
#22
okaneco
closed
4 years ago
0
Bump to 0.3.1
#21
okaneco
closed
4 years ago
0
Implement kmeans++ for better centroid initialization
#20
okaneco
closed
4 years ago
0
Small doc fixes, revert change to Kmeans bound
#19
okaneco
closed
4 years ago
0
Implement Hamerly's algorithm for Lab and Srgb
#18
okaneco
closed
4 years ago
0
Make generic over index type
#17
okaneco
closed
4 years ago
0
Add metadata for docs.rs to Cargo.toml, allow other Lab white points
#16
okaneco
closed
4 years ago
0
Add `--transparency` support for find/replace
#15
okaneco
closed
4 years ago
0
Bump to 0.3.0
#14
okaneco
closed
4 years ago
0
Rethink MapColor trait, add transparency support
#13
okaneco
closed
4 years ago
0
Deduplicate code in palette file saving
#12
okaneco
closed
4 years ago
0
Move `map_indices_to_centroids` to its own trait
#11
okaneco
closed
4 years ago
0
Make `palette` an optional feature, update docs
#10
okaneco
closed
4 years ago
0
Reimplement kmeans with generics
#9
okaneco
closed
4 years ago
0
Next