Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

How do we create a similar image to the one shown? #399

Open
MZein1292 opened this issue Apr 4, 2022 · 2 comments
Open

How do we create a similar image to the one shown? #399

MZein1292 opened this issue Apr 4, 2022 · 2 comments
Labels
question Further information is requested

Comments

@MZein1292
Copy link

Looks too small and unsure how we can duplicate it

@thoroc thoroc added the question Further information is requested label Apr 4, 2022
@omar2205
Copy link

omar2205 commented Apr 4, 2022

The image can be whatever you want, as long as you have enough accounts to draw it. The image resolution is 1:1, i.e. a 4x4px image will result in a 4x4 pixels being placed. You can use any photo editing software to plane your tiles.

@ghost
Copy link

ghost commented Apr 4, 2022

I created my pixel art image (png/jpg) using python: https://github.com/Saumya-Gupta-26/Making-r-place-pixel-art

Regarding the RGB values for colours, the colours available are:
"#FF4500": 2, # bright red
"#FFA800": 3, # orange
"#FFD635": 4, # yellow
"#00A368": 6, # darker green
"#7EED56": 8, # lighter green
"#2450A4": 12, # darkest blue
"#3690EA": 13, # medium normal blue
"#51E9F4": 14, # cyan
"#811E9F": 18, # darkest purple
"#B44AC0": 19, # normal purple
"#FF99AA": 23, # pink
"#9C6926": 25, # brown
"#000000": 27, # black
"#898D90": 29, # grey
"#D4D7D9": 30, # light grey
"#FFFFFF": 31, # white

And you can use this link https://www.webfx.com/web-design/hex-to-rgb/
to get the RGB values of the colour you want and hardcode it into my script.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants