I'm looking for something to easily measure the height/width of items on screen in pixels.
-
Hi @Craig , if some of the answers provided solved your needs, could you please mark it as accepted? – JorgeArtware Jul 15 '13 at 02:54
-
See this answer to a similar question: http://askubuntu.com/a/583733/177068 – FairMiles Feb 10 '15 at 18:06
3 Answers
There are two packages in the repositories:
-
sudo apt-get install screenruler
I haven't tried either of them, but they might be what you're looking for.

- 1,682
-
9
-
2
-
1Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D – emf Oct 08 '10 at 17:11
-
3I will comment something I just found: Screenruler is good, but does not show a number of pixels by default, just a hardly-visible tiny hashmarks. you have to right click and set "track mouse" to do this. – emf Oct 08 '10 at 17:12
-
-
I installed screen ruler and for some reason it does not work. It is simply not visible, there is only the icon on the Unity launch bar. Does anyone know why? I have Ubuntu 12.04 – d.k Apr 28 '13 at 21:35
-
1
-
1
-
-
Sadly, none of these applications let us measure things that are not either horizontal or vertical... I would love a tool that lets you click two points anywhere on the screen, and that tells you the distance between. Has anyone seen something like that ? – matthieu Sep 11 '19 at 15:11
-
-
Screen Ruler, which can be found in your Ubuntu Software Center is great. But there is also another excellent tool that is available from installing Screenlets from the software center. Just type "ruler" in the search box after installing screenlets.
Well if you are going to use it for web design or web development then I would use the Web Developer extension within the FireFox Web browser. It also has tons of other useful tools which can be very helpful in your designs or development. It works great for CSS designs.
Take a look at it here https://addons.mozilla.org/en-US/firefox/addon/60/ . I also think they have it for Chrome. This will provide you with a great on screen ruler for all your design projects.

- 509