update readme

This commit is contained in:
sarahgarcin1 2026-02-10 21:35:00 +01:00
parent 67eb7fa315
commit a25f7b6eba
2 changed files with 11 additions and 3 deletions

View file

@ -174,7 +174,7 @@ def pixelize_glyph(svg_path):
scaled_width = width * width_scale
# Décommenter ici pour avoir des tailles de pixels aléatoires
pixel_size = randrange(30, 60, 1)
#pixel_size = randrange(30, 60, 1)
# Calculer la grille de pixels
cols = max(1, int(scaled_width / pixel_size))