19
19

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ImageMagickで画像を上書きする

Posted at

convertコマンドの代わりにmogrifyコマンドを使えばよい。

$ convert -resize 200% original.bmp converted.bmp

$ mogrify -resize 200% original.bmp

convertコマンドで動作結果を確認した後で $ mogrify -resize 200% *.bmpとすると楽ちん。

19
19
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
19
19

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?