Gimpでいくつかのアクションを実行してから、このアクションを新しいバージョンのファイルに再度適用したいと思います。
出来ますか ?
編集:トリミング(および残りの中央揃え)、サイズ変更を行います。たぶん背景も変更します。
あなたが試すことができる2つのことがあります。 1つ目は GIMPスクリプト または GIMP BATCH です。これらは、バッチモードでGIMPを実行する方法と、一連の画像に対して実行されるスクリプトアクションです。
2番目の方法は、はるかに簡単で、あなたの場合はおそらく十分です素晴らしいImageMagickスイート 。そのスイートのconvert
ツールを使用して、おそらく必要なことをすべて行うことができます。以下はいくつかの関連するオプションです。man convert
を使用するか、 このページ にアクセスすると、リスト全体を表示できます。
NAME
convert - convert between image formats as well as resize an image, blur,
crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
SYNOPSIS
convert [input-option] input-file [output-option] output-file
-background color background color
-crop geometry cut out a rectangular region of the image
-trim trim image edges
-size geometry width and height of image