♯ yum -y install ImageMagick
...
Dependencies Resolved
==============================================================================
Package Arch Version Repository Size
==============================================================================
Installing:
ImageMagick x86_64 6.5.4.7-7.el6_5 base 1.7 M
Installing for dependencies:
OpenEXR-libs x86_64 1.6.1-8.1.el6 base 197 k
ilmbase x86_64 1.0.1-6.1.el6 base 72 k
libwmf-lite x86_64 0.2.8.4-23.el6 base 51 k
Package Arch Version Repository Size
==============================================================================
Installing:
ImageMagick x86_64 6.5.4.7-7.el6_5 base 1.7 M
Installing for dependencies:
OpenEXR-libs x86_64 1.6.1-8.1.el6 base 197 k
ilmbase x86_64 1.0.1-6.1.el6 base 72 k
libwmf-lite x86_64 0.2.8.4-23.el6 base 51 k
...
依存するパッケージは3つある。
♯which convert
/usr/bin/convert
convertコマンドの機能は結構豊富で、
とりあえずサイズ変更は、以下のようにすればよい。
詳細はman convertを参照してください。
convert -resize 160x picture_a.jpg picture_b.jpg
ちなみに、形式は
SYNOPSIS
convert [input-options] input-file [output-options] output-file
convert [input-options] input-file [output-options] output-file
0 件のコメント:
コメントを投稿