Releases: LanceGin/haishoku
Releases · LanceGin/haishoku
fix non-RGB mode error
Decrease the offset of palette.
v1.1.7 add: new version to fix some errors
Fix https url parse error
I just parsed http urls in v1.1.4
Could load images from remote urls
Use IO module to implement it
Simplify the RGB group algorithm
v1.1.3 fix: document_zh
Add palette percentage
the palette Array
will show the percentage of each color.
The old
[(R, G, B), (R, G, B), ...]
Now
[(percentage, (R, G, B)), (percentage, (R, G, B)), ...]
ternary array version
The first version.