2

60x60ピクセルのサムネイルを作成するために必要な画像のフォルダがあります。オリジナルは混合サイズなので、サムネイルに使用する各画像の部分を選択できるようにしたいと思います。Gimpスクリプトでこれを自動化する方法はありますか?

シーケンスは次のように想像します。

1. Wait for user to specify source folder.
2. Open first image.
3. Wait for user to select part of the image
   (with fixed 1:1 aspect ratio)
   (... how does the user tell the script to continue?)
4. Crop to selection.
5. Resize image to 60x60.
6. Apply sharpen filter (some fixed settings for this are ok).
7. Save image.
8. Open next image (if any) and repeat from step 3 above.

理想的には、ステップ1と3を除くすべてが自動化されます。これは可能ですか?もしそうなら、始める方法に関するいくつかのヒントをいただければ幸いです。ありがとう。

4

0 に答える 0