Factorio 0.17 image to blueprint converter
Converts an image (e.g. a .png file) to a Factorio blueprint string. This is the original page that got me started: https://factorio.tmin10.ru/ The calculation is done locally with javascript and the image sizes are not limited. I tried 1000x1000 and there are no issues with either this converter or Factorio.
The following conversion table for colors is used:
| Entity or tile | Red | Green | Blue |
|---|---|---|---|
| stone-wall | 250 | 250 | 250 |
| transport-belt | 250 | 250 | 5 |
| fast-transport-belt | 250 | 230 | 5 |
| laser-turret | 250 | 5 | 5 |
| refined-concrete | 180 | 180 | 180 |
| concrete | 160 | 160 | 160 |
| stone-brick | 140 | 140 | 140 |
| hazard-refined-concrete | 200 | 200 | 180 |
| hazard-concrete | 180 | 180 | 160 |
Input image
Blueprint
Encoded Blueprint