![]() |
Batch Perspective - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Batch Perspective (/Thread-Batch-Perspective) |
Batch Perspective - Illyria - 09-04-2025 How do I keystone (alter perspective) on a batch of images? I have a number of images to which I need to apply the same perspective change so as to make them appear correct when projected onto a screen where the projector is not square on. Thank you Using GIMP 2.8.2 on a Mac with OS 10.14.6 Would appreciate step-by-step instructions as I am a bit of a newbie to Gimp. RE: Batch Perspective - rich2005 - 09-04-2025 Two hurdles, (1) MacOS and (2) Gimp 2.8 There is a batch plugin BIMP https://alessandrofrancesconi.it/projects/bimp/ that does have a MacOS version but I am not at all sure that it works with Gimp 2.8 Not too easy to use for a perspective adjustment either. ...so......what you can try. Open as layers Link all the layers together, see: https://docs.gimp.org/2.8/en/gimp-image-combining.html#gimp-concepts-layers There is a bit there about linking layers. Apply the perspective transform tool Now you have to export the layers as single images. If you have more than two or three layers then the attached script should work, even on a Mac. Before starting work on your images, download and put export-layers-plus.scm in (and this might be different on your installation) /Users/MyName/Library/Application Support/Gimp/2.8/scripts. edit: Ooops ,, forgot to attach the script - sorry Now after you have done the perspective adjustments, It is File -> Export Layers. RE: Batch Perspective - Illyria - 09-05-2025 Thank you. That works. |