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