Page 1 of 1

Artorio - convert image to factorio blueprint format

Posted: Fri Apr 12, 2019 7:05 am
by EFLFE
Hi. I've made a simple (maybe not) program that can convert an image to a blueprint. Because, why not?
Examples
Demo video
https://www.youtube.com/watch?v=e7S25XknIVE

You can download the latest version here:
https://github.com/EFLFE/Artorio/releases

Or use direct link:
https://github.com/EFLFE/Artorio/releas ... _1.2.0.zip

Use filters to define one color (in the range from 0 to 255) and convert it to tiles.

The image size should not exceed 256x256. This restriction can be bypassed (Help->About->ExtremeMode), but then the size of the blueprint in the game will be huge. By default, the palette has three colors: stone-path (dark), concrete (light), and hazard (yellow).

Have fun ^^

Re: Artorio - convert image to factorio blueprint format

Posted: Tue Apr 30, 2019 7:48 pm
by NelsonSKA
Very good! Nice work.