Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Expand From Centre" does not expanded from centre
#3
AFAIK Expand from centre is for mouse moves only. The position/size fields in the tool options are always for top-left corner and complete size. Note that you can do some arithmetic in these fields, for instance in a 400x300 image you can do create a 200x100 centered selection with by entering:

Code:
Position
(400/2)-(200/2) and   (300/2)-(100/2)
Size
200 and 100

When you strike [enter] Gimp does the computation and shows the result in the field.

In other words, Xcenter-(Xsize/2)), YCenter-(YSize/2).
Reply


Messages In This Thread
RE: "Expand From Centre" does not expanded from centre - by Ofnuts - 02-22-2021, 09:03 AM

Forum Jump: