Image to lamp blueprint converter
Posted: Thu May 09, 2019 9:03 pm
I built a webpage which converts images to blueprints of lamps.
http://angledluffa.com/factorio_lamps
It will automatically reduce the image to 90xXX or XXx90 where XX is proportional, unless you specify otherwise. Note that the default number of pixels produces a blueprint of up to 8000 lamps for square image! You can only really use this in a late game factory, unless you shrink the image so small as to be unrecognizable.
Color space is reduced using either k-means clustering or mapping pixels to the nearest available color. Suggest k-means for unmodded, as otherwise there is very little color depth. A couple mods are supported, in which case I suggest nearest neighbor. The clustering becomes a cacophony when using a 20 color mod, for example.
There is a longer description here:
http://angledluffa.com/about_factorio_lamps.html
http://angledluffa.com/factorio_lamps
It will automatically reduce the image to 90xXX or XXx90 where XX is proportional, unless you specify otherwise. Note that the default number of pixels produces a blueprint of up to 8000 lamps for square image! You can only really use this in a late game factory, unless you shrink the image so small as to be unrecognizable.
Color space is reduced using either k-means clustering or mapping pixels to the nearest available color. Suggest k-means for unmodded, as otherwise there is very little color depth. A couple mods are supported, in which case I suggest nearest neighbor. The clustering becomes a cacophony when using a 20 color mod, for example.
There is a longer description here:
http://angledluffa.com/about_factorio_lamps.html