Skip to content

Releases: LanceGin/haishoku

fix non-RGB mode error

11 Jul 08:21
Compare
Choose a tag to compare
v1.1.8

add: new version

Decrease the offset of palette.

11 Aug 08:59
Compare
Choose a tag to compare
v1.1.7

add: new version to fix some errors

Fix https url parse error

19 Jul 09:35
Compare
Choose a tag to compare

I just parsed http urls in v1.1.4

Could load images from remote urls

19 Jul 06:47
Compare
Choose a tag to compare

Use IO module to implement it

Simplify the RGB group algorithm

25 Jun 03:47
Compare
Choose a tag to compare
v1.1.3

fix: document_zh

Add palette percentage

22 May 14:18
Compare
Choose a tag to compare

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

20 May 14:36
Compare
Choose a tag to compare

The first version.