Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active May 12, 2016 04:09
Show Gist options
  • Save kjunichi/b8d9a90e185fc4ec705b to your computer and use it in GitHub Desktop.
Save kjunichi/b8d9a90e185fc4ec705b to your computer and use it in GitHub Desktop.
2015/5/12

mruby

取得したmrb_valueがnilかを判定すには

mrb_value v;
if (mrb_nil_p(v)) {
  // nilの場合の処理
}

ImageMagick

Image#to_blobメソッドではURL指定が扱えないのかも

terminate called after throwing an instance of 'Magick::ErrorMissingDelegate'
  what():  Magick: no decode delegate for this image format `//www.google.co.jp/images/nav_logo195.png' @ error/blob.c/ImageToBlob/1520

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment