Hercule 6
This commit is contained in:
@@ -3,10 +3,10 @@ from PIL import Image
|
||||
img_original = Image.open("laketour2.png")
|
||||
img_original = Image.open("exlaketour.png")
|
||||
|
||||
noir = (0,0,0)
|
||||
rouge = (255,0,0)
|
||||
vert = (0,255,0)
|
||||
bleu = (0,0,255)
|
||||
noir = (0, 0, 0)
|
||||
rouge = (255, 0, 0)
|
||||
vert = (0, 255, 0)
|
||||
bleu = (0, 0, 255)
|
||||
|
||||
width, height = img_original.size
|
||||
width +=2
|
||||
|
||||
Reference in New Issue
Block a user