ImageMagickをメインに、画像処理についてのTipsを書いていきます。
# coding=UTF-8from visual import *# 球を作成pyramid1 = pyramid(pos=(0, 0, 0), size=(1,1,1),color=(0x99/255.,0xdd/255.,0xff/255.))# 回転pyramid1.rotate(angle=pi*90./180., axis=(1,0,1))
Post a Comment
No comments:
Post a Comment