How do I tell the dimensions of the current selection in GIMP?

19

Oftentimes, I need to measure the dimensions of part of an image (in pixels). In Photoshop, I can make a rectangular selection and see the dimensions in the "Info" window (or something like that). How can I accomplish this in GIMP? The only thing I've been able to come up with is:

  1. Make a selection
  2. Make a new layer
  3. Fill the selection
  4. Autocrop the layer
  5. Open the scale layer dialog to see the dimensions

There must be an easier way.

Big McLargeHuge

Posted 2015-06-08T20:02:05.220

Reputation: 449

5In my GIMP 2.8 install, when using the rectangular selection tool, I can see the current dimensions of the selection as I'm drawing the rectangle. It's at the bottom of the window of the image being edited. It also seems to be displayed under "Tool Options" in the Toolbox for Rectangle Select, listed as "Size". – Josh – 2015-06-08T20:16:31.603

Answers

23

In GIMP, the status bar at the bottom of the window will show you the dimensions while you are selecting, but it disappears when you finalize the selection. I suspect that is because the selection can be shapes other than rectangle. If you want to see it afterwards, make sure the Windows --> Dockable Dialogs --> Tool Options pane is enabled. It may already be docked on your Toolbox. This will show you the position and size of a Rectangle Select. You can also modify the size of the selection from this pane.

I am using GIMP 2.8 on Windows.

GuitarPicker

Posted 2015-06-08T20:02:05.220

Reputation: 1 137

Don't feel bad. It took me a while to spot it, too. Meanwhile, @Josh R. beat be to it in the comments. – GuitarPicker – 2015-06-08T20:25:53.160

This does not work on Mac OS X – Sébastien – 2016-10-25T09:57:26.057

Does Adobe patented their Ctrl+C Ctrl+N Ctrl+V ? Anyway, with this GIMP feature you will train your memory and that's good – rook – 2019-01-18T13:16:43.107

3

If the above solutions are inelegible and your selection equals the current layer, you might also measure the size of the layer using "Layer" -> "Scale Layer".

phil294

Posted 2015-06-08T20:02:05.220

Reputation: 123

2

Anyone knows how to measure selected area? I have irregular shape selected, and I want to know what is the area of that selection, for example in square pixels.

Edit:

I found the answer by myself, simplest solution was to open histogram dialog (Windows → Dockable Dialogs → Histogram), there you can find pixels count of selected area.

enter image description here

bladekp

Posted 2015-06-08T20:02:05.220

Reputation: 161

1Nice feature +1 – rook – 2019-01-21T12:01:34.743

2

GIMP shows the ongoing selection dimensions in the status bar, just on the bottom of the window. enter image description here If that is not enough for some reason, there is a "measurement tool" you can pick on the toolbox (on the default configuration, just following the "zoom tool") - which will give you any linear size, and also angles of measured lines.

jsbueno

Posted 2015-06-08T20:02:05.220

Reputation: 695