Image to lamp blueprint converter

Post all other topics which do not belong to any other category.
Post Reply
AngledLuffa
Fast Inserter
Fast Inserter
Posts: 187
Joined: Fri Jan 05, 2018 5:18 pm
Contact:

Image to lamp blueprint converter

Post by AngledLuffa »

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

Post Reply

Return to “General discussion”