出力画像のqualityを指定するには、-qualityオプションを使用します。
rem 環境によって変えてね
set im=C:\Progra~1\ImageMagick-6.3.7-Q16
%im%\convert.exe sf.jpg -quality 10 sample306.jpg
上記のバッチファイルでは、画質を10に設定しています(0-100の間で指定します)
元画像(sf.jpg)
出力画像(sample306.jpg)
qualityを取得するには、以下のコマンドを実行します。
%im%\identify.exe -format "%%Q" sample306.jpg
No comments:
Post a Comment