Live data from Hacker News

Show HN: Reorganize pixels of a painting into a smooth color palette using PCA

github.com

21–30 of 31 posts

Re: Show HN: Reorganize pixels of a painting into a smooth color palette using PCA

#22
My first thought was "paintings don't have pixels"; but colour is quantised I guess. I wonder how many pixels you need to get the same graduation between color tones as the original image, presumably enough to provide atom level resolution.

Re: Show HN: Reorganize pixels of a painting into a smooth color palette using PCA

#24
In one Iain M Banks story, it is mentioned that a character was ordered not to destroy a library, so he had all the paintings given the treatment provided by this software and all the books cut up and arranged so that individual letters were in alphabetical order.

Re: Show HN: Reorganize pixels of a painting into a smooth color palette using PCA

#25

My first thought was "paintings don't have pixels"; but colour is quantised I guess. I wonder how many pixels you need to get the same graduation between color tones as the original image, presumably enough to provide atom level resolution.

I believe the term you want is "discretized", not "quantized". They're quantized too, but that's about there being a finite number of shades rather than a finite number of subdivisions of the image.

Re: Show HN: Reorganize pixels of a painting into a smooth color palette using PCA

#27
Made somewhat similar project by organizing pixels in three dimensional space of HSL (hue saturation lightness) color model: http://www.pixelbox.com/colorclouds/

Note that this reduces identical pixels into one point in 3D space. The key idea behind the experiment was to learn more about the palettes used by painters.

Re: Show HN: Reorganize pixels of a painting into a smooth color palette using PCA

#30

Shameless plug/relevant background: I did this in order to make a flyer for a show I am playing with my band Congratulatinos in Oakland, CA on Dec. 17th Band: http://congratulatinos.bandcamp.com/ Event: https://www.facebook.com/events/661571907356009/

Did you also experiment with a simple sorting algorithm and if so, how were the results different?
Post reply on HN