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