Closed Ruinmou closed 3 years ago
The simplest is to use pixel_scale
pixray.add_settings(pixel_scale=2)
pixray.add_settings(pixel_scale=0.75)
Settings can be applied in any order, just make sure to call add_settings
anytime before the settings are finalized by apply_settings
:
# establish the settings for the run after all calls to add_settings()
settings = pixray.apply_settings()
Okay, I understand, thank you for your quick reply
Where can I set the size of each cell in a pixel image? I searched for a long time but didn't find it.