Page 1 of 1

Export blueprint as image

Posted: Wed Nov 30, 2022 9:05 pm
by datarza
It will be great, if export blueprint to image is implemented in game. And second, export book of blueprint to images (with inbound books in subfolders)

Re: Export blueprint as image

Posted: Thu Dec 01, 2022 12:42 pm
by vjbone

Re: Export blueprint as image

Posted: Fri Dec 02, 2022 7:06 pm
by datarza
vjbone wrote:
Thu Dec 01, 2022 12:42 pm
Like this? https://github.com/demodude4u/Factorio-FBSR
No, I am speaking about in game feature, not third-party source code java depends

Re: Export blueprint as image

Posted: Fri Dec 02, 2022 7:09 pm
by datarza
It looks like this feature almost implemented in game. In blueprint editor the image is already drawing. I want `a button` for save this image as a file.

Re: Export blueprint as image

Posted: Wed Oct 11, 2023 6:03 pm
by SupplyDepoo
A cool little game I played recently (Compressure) has a neat way of letting you share puzzle solutions: you can click a button and it copies an image to your clipboard which you can paste into Discord and other places. The image also has data embedded in it (steganography) which the game can read to perfectly recreate those designs when read from the clipboard.

I think that is a fantastic solution which could work for Factorio.

Also, macOS and (I assume) Windows (don't know about Linux) have multiple clipboards for different types of data, and when you paste into an application, the context determines which clipboard is read from.

So it would be ideal if Factorio could copy both a blueprint string into the text clipboard AND a blueprint image (with the embedded blueprint data) to the image clipboard.

So when you click "export blueprint", instead of giving you a bp string, it would automatically copy both pieces of data, and you could then paste into almost ANY place to share a blueprint.

Re: Export blueprint as image

Posted: Wed Oct 11, 2023 6:29 pm
by Illiander42
That would be a cool little feature.

It's in the same bucket as controlling the gamer lights on keyboards, but still would be cool :)

Re: Export blueprint as image

Posted: Thu Oct 12, 2023 3:06 pm
by Qon
datarza wrote:
Fri Dec 02, 2022 7:09 pm
It looks like this feature almost implemented in game. In blueprint editor the image is already drawing. I want `a button` for save this image as a file.
The keyboard has the Pr Sc button with this feature already!
SupplyDepoo wrote:
Wed Oct 11, 2023 6:03 pm
A cool little game I played recently (Compressure) has a neat way of letting you share puzzle solutions: you can click a button and it copies an image to your clipboard which you can paste into Discord and other places. The image also has data embedded in it (steganography) which the game can read to perfectly recreate those designs when read from the clipboard.

I think that is a fantastic solution which could work for Factorio.

Also, macOS and (I assume) Windows (don't know about Linux) have multiple clipboards for different types of data, and when you paste into an application, the context determines which clipboard is read from.

So it would be ideal if Factorio could copy both a blueprint string into the text clipboard AND a blueprint image (with the embedded blueprint data) to the image clipboard.

So when you click "export blueprint", instead of giving you a bp string, it would automatically copy both pieces of data, and you could then paste into almost ANY place to share a blueprint.
Could be made into a mod. Blueprint string was a mod, now it's a feature. Make it a mod and then if it's popular it might become a feature ;)