LoginSignup
0
1

More than 1 year has passed since last update.

ImageMagickチートシート

Last updated at Posted at 2018-08-14

画像にボーダーをつける

色に迷ったらWebセーフカラーから

上下左右2pxの灰色のボーダーをつける
convert _01.png -bordercolor "#CCCCCC" -border 2x2 01.png

PNGのdpiを変更する

convert _result.png -density 144 -units PixelsPerInch result.png

from: https://saba.omnioo.com/note/2040/2040/

画像を結合する

高さだけ指定してリサイズする

convert vegetable_wasabi.png -resize x100 wasabi.jpg
  • PNGからJPEGに変換する場合、透過色は#000000になる模様
  • どうやったら透過色を指定できるのかまだよくわかってない
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1