Published on2018年3月26日コマンドラインから画像ファイルの形式変換ImageMagick画像処理コマンドImageMagickにあるconvertコマンドを利用することで画像の形式を変換することが出来ます。 Debian系のOSなら sudo apt-get install imagemagick でインストールできます。 Windowsはここから 実際の形式変換は convert beforeimage.gif aft...