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