Im trying to make a Image to CSS convertor, which works in PHP.
I have tried looking at the javascript convertor at: http://codepen.io/blazeeboy/pen/bCaLE
I see that it make it into a canvas element and scans each pixels for the color, which would not make it possible the same way in PHP.