2010-12-01から1日間の記事一覧

epsファイルをまとめてjpgにするVBスクリプト

必要に迫られて作った。ImageMagickが必要で、インストール時に"ImageMagick Com Component"だか何だかを追加してインストールする必要がある。 Dim WshShell, oExec Set WshShell = CreateObject("WScript.Shell") Dim fs Set fs = CreateObject("Scripting…

allegro filter展開機能

criteriaはやめてfilterにする。 class Expression{ var $text; var $parameters; public function __construct($text,$parameter = array()){ $this->text = $text; $this->parameters = $parameters; } } class ExpressionFactory{ var $ctx; public funct…