This is a 16 color palette reduced image using my own custom palette generator algorithm. The palette it detected and in use is in the top right.

Based on this post right here…

https://discuss.online/post/36509543

  • henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    This image has this lovely crustiness to the limited color palette that really speaks to my days using fishbowl Macs in the computer lab.

    • over_cloxOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      Yes indeed 👍

      But there’s a little something different I did here, I made my own custom palette reduction algorithm, that finds the best palette for a given image.

      Yeah it’s not a new idea by far, but my algorithm seeks the edges of the color space first, yielding higher color saturation than most other palette reduction techniques.

      • Cawifre
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        I’m really impressed with how well it retained the fuzziness of their faces and on the traces on the upper one’s wing segments.

        • over_cloxOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          I didn’t exactly reinvent the error diffusion dithering algorithm, I just reinvented palette reduction tailored to a specific image, that gives the most optimal palette for the given image.

          I wrote the algorithm like 18 years ago, kinda just testing myself to see if I even remember how it works in its incomplete state. Apparently so… 👍