タグ

2008年8月18日のブックマーク (4件)

  • tokuhirom blog

    Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at

  • tokuhirom blog

    Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at

  • [を] ImageMagick でGIFアニメ

    ImageMagick でGIFアニメ 2008-08-17-1 [Tips][Software] ImageMagick[2008-08-15-3] で GIF アニメを作る手順。 「フリーソフトで快適生活 : ImageMagick」 (http://webtool.exblog.jp/1049634/) を参考に。 複数の画像を指定して一つのアニメーションGIFファイルを作ってみる。 元となる複数の画像: % ls *.JPG P1040094.JPG P1040096.JPG P1040098.JPG P1040100.JPG P1040095.JPG P1040097.JPG P1040099.JPG P1040101.JPG これらを指定してアニメーションGIFに変換: % convert -delay 50 -loop 0 *.JPG animation.gif って、ファイ

    [を] ImageMagick でGIFアニメ
    lesamoureuses
    lesamoureuses 2008/08/18
    アニメーションGIFってこんな簡単に作れるのか。
  • MacPortsの使い方 | Tokyo O life

    MacPortsは、Mac OS XにUNIX系のアプリケーションを簡単にインストールできる仕組みを提供する。 インストール方法は、Macを買ったら入れるソフト- (5) UNIX環境編を参考にしてほしい。 ここでは、MacPortsの使い方を紹介する。 (※MacPortsによるソフトのインストールには、「XcodeTools」が必要です。Mac OS XのインストールDVDに入っています) 使用するには、ターミナルを起動し、「port」コマンドを使用する。 ———————– $ port 命令 対象ソフト名 ———————– とするだけなので、難しくはない。 画像処理ソフトの「ImageMagick」を例に取ると以下のようになる。 MacPortsで「ImageMagick」がインストール可能か調べる。 ———————– $ port search Imagemagick ——————