Skip to content

Commit 6942702

Browse files
authored
Oops, copy and paste error.
1 parent e568f39 commit 6942702

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

quickmath.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
#!/usr/bin/python3
22

3-
from PIL import Image
4-
import os
5-
import sys
6-
7-
8-
9-
im = Image.open("Ba_b_do8mag_c6_big.png")
10-
rgb_im = im.convert('RGB')
11-
rgb_im.save('colors.jpg')
12-
13-
143
import math
154
import sys
165

0 commit comments

Comments
 (0)