vote up 0 vote down star

When I'm working on HTML or CSS, I'm constantly trying to figure out "How many pixels of padding are inside this element? And what color is it? And is that left margin three pixels wide or four?"

Is there a Linux application or set of applications that magnifies part of the screen and provides a pixel ruler and color picker within that magnified space? Like the Windows application called "Webmaster's Toolkit" -- http://spicebrains.com.

flag

65% accept rate

6 Answers

vote up 0 vote down

For measuring distances on screen, have a look at kruler or screenruler.

link|flag
vote up 0 vote down

One dead-simple way to measure pixels is to just take a screenshot and drag it into GIMP. You can get colors using the eyedropper, and dimensions using the marquee (select) tool.

link|flag
Yes, that's got 100% of the functionality and is actually what i do now. It just takes about 50 times longer than a hotkey app. – Mike Feb 19 at 21:40
vote up 2 vote down

Excelent Firebug tutorials:

  1. Firebug Tutorial - Logging, Profiling and CommandLine (Part I)

  2. Firebug Tutorial - Logging, Profiling and CommandLine (Part II)

  3. Firebug Tutorial - Using Commandline API in Firebug

  4. Firebug Tutorial : Section 4 - Net, CSS and DOM tabs

UPDATE: This is what i'm talking about. (my firebug is in spanish but you get the idea).
And if you click where the "little" red arrow is, you'll get a nice ruler.

alt text

link|flag
That's no help -- I need to see what the actual number of pixels between two elements is. Those pixels could come from padding, margins, or all kinds of other things. Reading element properties won't tell me that; I need to actually look at the pixels that get rendered. – Mike Feb 12 at 23:51
I updated my post. As you can see :) – Luis Melgratti Feb 13 at 2:33
vote up 5 vote down

Get Firebug, it's indispensable.

link|flag
I do use Firebug -- it can do this? – Mike Feb 12 at 22:17
yes, inspect an element, then look on the right side for properties & metrics... or see the tutorials posted by Luis! :) – Andrew Vit Feb 12 at 22:26
That's no help -- I need to see what the actual number of pixels between two elements is. Those pixels could come from padding, margins, or all kinds of other things. That's why I need to actually count pixels, right off the rendered page. – Mike Feb 12 at 23:50
vote up 2 vote down

There is a webdev plugin for firefox that would provide all that information.

Web Developer

link|flag
I installed WebDev, but I don't see any of the tools I mentioned. – Mike Feb 13 at 17:46
vote up 0 vote down

Well Web developer extension provides a pixel ruler. And you could use that in combination with the gnome accessible magnifier? I guess.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.