Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timothymakkison/mvvm-color-utilities
WPF App featuring image quantization, palette generator and color browser.
https://github.com/timothymakkison/mvvm-color-utilities
color-picker colorquantization csharp dependency-injection mvvm prism wpf
Last synced: about 10 hours ago
JSON representation
WPF App featuring image quantization, palette generator and color browser.
- Host: GitHub
- URL: https://github.com/timothymakkison/mvvm-color-utilities
- Owner: TimothyMakkison
- Created: 2019-08-08T16:51:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:39:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T10:27:13.003Z (over 1 year ago)
- Topics: color-picker, colorquantization, csharp, dependency-injection, mvvm, prism, wpf
- Language: C#
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVVM-Color-Utilities
WPF App featuring image quantization, palette generator and color browser.### Features
- Image quantizer supporting Median Cut, Octree, Popularity and Naieve quantizers
- Image analyzer with configurable quantizer and color count selection
- Color browser#### Image quantizer
![image](https://user-images.githubusercontent.com/49349513/176707416-c8214f38-ab99-4407-8832-8b94c5f7bbfe.png)#### Image analyzer
![image](https://user-images.githubusercontent.com/49349513/176706947-51c8374d-736a-426f-9ce7-464db95ea66e.png)#### Color browser
![image](https://user-images.githubusercontent.com/49349513/176705843-913bd2e4-6691-4549-95bc-ce1c10b90318.png)