ImageMagickをメインに、画像処理についてのTipsを書いていきます。
# coding=UTF-8from visual import *# ウインドウの位置・サイズを設定scene.x = 50scene.y = 50scene.width = 150scene.height = 150# 球を作成sphere1 = sphere(pos=(0, 0, 0), radius=1,color=(0x99/255.,0xdd/255.,0xff/255.))
Post a Comment
No comments:
Post a Comment