Skip to content
Snippets Groups Projects
Commit 69cfc44f authored by Ayoub Buhyari's avatar Ayoub Buhyari
Browse files

Decoupage.py

parent 41fa74c8
Branches
Tags
No related merge requests found
#BUHYARI Ayoub
#Partie decoupage
from Bloc import Bloc
from PIL import Image , ImageDraw
......@@ -140,4 +141,4 @@ precondition:
couleur_g = total_g // nb_pixels
couleur_b = total_b // nb_pixels
return (couleur_r, couleur_g, couleur_b)
\ No newline at end of file
return (couleur_r, couleur_g, couleur_b)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment