Image palette reduction

前端 未结 4 466
名媛妹妹
名媛妹妹 2020-12-08 11:32

I am playing with computer graphics programming for the first time. I want to convert RGB (24-bit) images to indexed-palette (8-bit) images (like GIF). My initial thought is

4条回答
  •  感情败类
    2020-12-08 12:30

    • http://en.wikipedia.org/wiki/Color_quantization
    • Octree
    • Median-cut
    • K-means
    • Gamut subdivision
    • http://www.cs.berkeley.edu/~dcoetzee/downloads/scolorq/

提交回复
热议问题