pxlsspace / Pxls

Open-source expansion of /r/place
https://pxls.space/
MIT License
232 stars 130 forks source link

Expand Canvas without loosing Pixels/Art? #677

Open loohney opened 1 year ago

loohney commented 1 year ago

Can you resize/expand the canvas?

I'd like to know if you can expand the current canvas without loosing any pixels and art on it. Would love to expand my 1000x1000 canvas to 2000x1000. Is that somehow possible?

Thank you.

BlankParenthesis commented 1 year ago

There are no good tools for doing this. While it is technically possible, it has a number of challenges to take note of:

That said, a process that should work is as follows:

There is an exception to all this: you can expand down and only down by simply adding empty data to each of the .dat files and changing the height in the configuration.

Again, this is an involved and manual process very prone to errors; it's possible I forgot a step or that you make a mistake, so keep a backup of everything before you do anything and proceed with caution. Other than that, best of luck if you do go through with it.