[Gimp-user] Image Rotation Auto Center

2017-12-12 Thread programmer_ceds
If I'm understanding correctly then you can make the task much easier. Create a script that uses a two point path. The first point of the path to be defined is the centre of rotation (the point that gives the x,y offset by which the image must be moved) and the gradient of the straight line

[Gimp-user] Image Rotation Auto Center

2017-12-12 Thread Stratos
>If you are able to build GIMP from source you could edit the following >lines in function gimp_rotate_tool_prepare() in gimprotatetool.c/. > >Change the lines: >tr_tool->trans_info[PIVOT_X] = (gdouble) (tr_tool->x1 + tr_tool->x2) >/ 2.0; >tr_tool->trans_info[PIVOT_Y] = (gdouble) (tr_tool->y1 +

[Gimp-user] Image Rotation Auto Center

2017-12-12 Thread programmer_ceds
>I'm looking for a way to set the auto center for rotation to 53, 672 >instead of the image center. I have 1200 images to process and >reducing even a few keystrokes makes a big difference. tks, S If you are able to build GIMP from source you could edit the following lines in function

Re: [Gimp-user] Image Rotation Auto Center

2017-12-10 Thread Ofnuts
On 11/26/17 20:56, Stratos wrote: I'm looking for a way to set the auto center for rotation to 53, 672 instead of the image center. I have 1200 images to process and reducing even a few keystrokes makes a big difference. tks, S Several ideas, depending on what you have to do and how good you

[Gimp-user] Image Rotation Auto Center

2017-12-08 Thread Stratos
Unfortunately, no. This task is to bring all the images into axial alignment, They vary from +12 deg to -12 deg out of alignment more or less randomly. -- Stratos (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:

[Gimp-user] Image Rotation Auto Center

2017-12-08 Thread rich404
>I'm looking for a way to set the auto center for rotation to 53, 672 >instead of the image center. I have 1200 images to process and >reducing even a few keystrokes makes a big difference. tks, S Is it a different amount of rotation for each image? If the rotation is constant, the the batch

[Gimp-user] Image Rotation Auto Center

2017-12-08 Thread Stratos
I'm looking for a way to set the auto center for rotation to 53, 672 instead of the image center. I have 1200 images to process and reducing even a few keystrokes makes a big difference. tks, S -- Stratos (via www.gimpusers.com/forums) ___