pas de dépendane à numpy, taille plus appropriée
This commit is contained in:
parent
f6a3d8ad14
commit
cd0faa707f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
#encoding: utf-8
|
#encoding: utf-8
|
||||||
|
|
||||||
import math
|
import math
|
||||||
import numpy
|
|
||||||
|
|
||||||
import Image
|
import Image
|
||||||
import ImageDraw
|
import ImageDraw
|
||||||
import ImageColor
|
import ImageColor
|
||||||
|
|
||||||
width = 1000
|
width = 500
|
||||||
perspective = width
|
perspective = width
|
||||||
cameraZ = -width
|
cameraZ = -width
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue