地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

【Linux】ImageMagickのTIPS

画像にボーダーをつける

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

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/

画像を結合する

https://qiita.com/foo9/items/f930358d379c0fa9ceb5