Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto authored Aug 26, 2024
1 parent 965433a commit 6cd2add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Palettes can be sorted by hue, luminance and chroma, using the HCL colorspace an

* Can generate palettes of N colors relatively quickly.
* The palette is generated by first grouping colors into N intensity levels and then use the median color of each group.
* The generated palette is not 100% optimal, but it's usable.
* The generated palette is not 100% optimal (based on how the human eye is more sensitive for green etc), but it's usable.
* Can export any given `color.Palette` to a GIMP `.gpl` palette file.
* Can export any given `color.Palette` to a Photoshop `.act` palette file.
* Can convert True Color `image.Image` images to indexed `image.Paletted` images.
Expand Down

0 comments on commit 6cd2add

Please sign in to comment.