2013-10-16から1日間の記事一覧

ImageMagick 透明画像作成 generate transparent image

compositeコマンドで複数の画像を1枚に合成するときの土台として使えます。 土台の画像を事前に用意する必要がなくなります。 convert -size 200x100 xc:none output.png

no such file to load -- bundler/setup

Maybe, you use ruby 1.8(old)?

RVM is not a function, selecting rubies with 'rvm use ...' will not work.

Environment : Mac, zsh, RVM Add this line to ~/.zshrc, and you can use rvm as function. [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM