2013-01-01から1ヶ月間の記事一覧

Unity WebPlayer HTML decorate version

https://github.com/peroon/unity_webplayer_frame I added background-image, and tweet-button. I used CSS, jQuery, jQuery-host. How to make background-image (need ImageMagick) $convert -size 1200x750 plasma:green-yellow -quality 80% 1200x750.…

realforce with mac

application key to command_R command_R to command_R(KANA/EISUU toggle)keyremap4macbook pckeyboardhack

伊勢谷友介

ImageMagickで仮画像を文字付きで大量生成

1枚作成するコマンドは、 convert -size 100x100 xc:white -pointsize 10 -draw "text 10,10 xxxtextxxx" output.pngRubyで回すと、 100.times do |i| filename = i.to_s.rjust(4,'0') + '.png' command = "convert -size 100x100 xc:yellow -pointsize 30 -…