url2bmpなどのコマンドラインからスクリーンキャプチャを行えるツールとPHPを組み合わせてスクリーンキャプチャサーバを作ってみます。 ※Windowsマシン上でしか動作しません。 以下2つのファイルを保存してください。 ファイル1-作成フォーム form.htmlとして保存 <form method="GET" action="out.php"> URL : <input type="text" name="url" size="60"><br> 幅 : <input type="text" name="width" size="10"><br> 高さ : <input type="text" name="height" size="10"><br> スクロールボックス削除 : <input type="checkbox" name="removesb" value="1"><br>