How do I measure the size of an area?
I'm looking for something to easily measure the height/width of items on screen in pixels.
software-recommendation design
add a comment |
I'm looking for something to easily measure the height/width of items on screen in pixels.
software-recommendation design
Hi @Craig , if some of the answers provided solved your needs, could you please mark it as accepted?
– JorgeArtware
Jul 15 '13 at 2:54
See this answer to a similar question: askubuntu.com/a/583733/177068
– FairMiles
Feb 10 '15 at 18:06
2
Possible duplicate of How do I measure dimensions on screen?
– Jacob Vlijm
Jan 9 at 11:26
add a comment |
I'm looking for something to easily measure the height/width of items on screen in pixels.
software-recommendation design
I'm looking for something to easily measure the height/width of items on screen in pixels.
software-recommendation design
software-recommendation design
edited Jan 9 at 11:29
Jacob Vlijm
63.7k9125219
63.7k9125219
asked Oct 7 '10 at 19:27
Craig SmithamCraig Smitham
331133
331133
Hi @Craig , if some of the answers provided solved your needs, could you please mark it as accepted?
– JorgeArtware
Jul 15 '13 at 2:54
See this answer to a similar question: askubuntu.com/a/583733/177068
– FairMiles
Feb 10 '15 at 18:06
2
Possible duplicate of How do I measure dimensions on screen?
– Jacob Vlijm
Jan 9 at 11:26
add a comment |
Hi @Craig , if some of the answers provided solved your needs, could you please mark it as accepted?
– JorgeArtware
Jul 15 '13 at 2:54
See this answer to a similar question: askubuntu.com/a/583733/177068
– FairMiles
Feb 10 '15 at 18:06
2
Possible duplicate of How do I measure dimensions on screen?
– Jacob Vlijm
Jan 9 at 11:26
Hi @Craig , if some of the answers provided solved your needs, could you please mark it as accepted?
– JorgeArtware
Jul 15 '13 at 2:54
Hi @Craig , if some of the answers provided solved your needs, could you please mark it as accepted?
– JorgeArtware
Jul 15 '13 at 2:54
See this answer to a similar question: askubuntu.com/a/583733/177068
– FairMiles
Feb 10 '15 at 18:06
See this answer to a similar question: askubuntu.com/a/583733/177068
– FairMiles
Feb 10 '15 at 18:06
2
2
Possible duplicate of How do I measure dimensions on screen?
– Jacob Vlijm
Jan 9 at 11:26
Possible duplicate of How do I measure dimensions on screen?
– Jacob Vlijm
Jan 9 at 11:26
add a comment |
3 Answers
3
active
oldest
votes
There are two packages in the repositories:
Screen ruler
sudo apt-get install screenruler
- kruler
I haven't tried either of them, but they might be what you're looking for.
8
I installed screenruler after reading this comment. It works well.
– koanhead
Oct 8 '10 at 0:16
1
Screenruler for Gnome (Ubuntu), and kruler for KDE (Kubuntu)
– LassePoulsen
Oct 8 '10 at 8:34
1
Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D
– emf
Oct 8 '10 at 17:11
3
I 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 8 '10 at 17:12
1
screen ruler wont work with ubuntu 14
– Guillaume Massé
Oct 28 '14 at 16:44
|
show 4 more comments
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.
add a comment |
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.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f5324%2fhow-do-i-measure-the-size-of-an-area%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are two packages in the repositories:
Screen ruler
sudo apt-get install screenruler
- kruler
I haven't tried either of them, but they might be what you're looking for.
8
I installed screenruler after reading this comment. It works well.
– koanhead
Oct 8 '10 at 0:16
1
Screenruler for Gnome (Ubuntu), and kruler for KDE (Kubuntu)
– LassePoulsen
Oct 8 '10 at 8:34
1
Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D
– emf
Oct 8 '10 at 17:11
3
I 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 8 '10 at 17:12
1
screen ruler wont work with ubuntu 14
– Guillaume Massé
Oct 28 '14 at 16:44
|
show 4 more comments
There are two packages in the repositories:
Screen ruler
sudo apt-get install screenruler
- kruler
I haven't tried either of them, but they might be what you're looking for.
8
I installed screenruler after reading this comment. It works well.
– koanhead
Oct 8 '10 at 0:16
1
Screenruler for Gnome (Ubuntu), and kruler for KDE (Kubuntu)
– LassePoulsen
Oct 8 '10 at 8:34
1
Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D
– emf
Oct 8 '10 at 17:11
3
I 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 8 '10 at 17:12
1
screen ruler wont work with ubuntu 14
– Guillaume Massé
Oct 28 '14 at 16:44
|
show 4 more comments
There are two packages in the repositories:
Screen ruler
sudo apt-get install screenruler
- kruler
I haven't tried either of them, but they might be what you're looking for.
There are two packages in the repositories:
Screen ruler
sudo apt-get install screenruler
- kruler
I haven't tried either of them, but they might be what you're looking for.
edited Jan 9 at 11:19
Foreever
1055
1055
answered Oct 7 '10 at 20:45
gamerchick02gamerchick02
1,3381020
1,3381020
8
I installed screenruler after reading this comment. It works well.
– koanhead
Oct 8 '10 at 0:16
1
Screenruler for Gnome (Ubuntu), and kruler for KDE (Kubuntu)
– LassePoulsen
Oct 8 '10 at 8:34
1
Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D
– emf
Oct 8 '10 at 17:11
3
I 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 8 '10 at 17:12
1
screen ruler wont work with ubuntu 14
– Guillaume Massé
Oct 28 '14 at 16:44
|
show 4 more comments
8
I installed screenruler after reading this comment. It works well.
– koanhead
Oct 8 '10 at 0:16
1
Screenruler for Gnome (Ubuntu), and kruler for KDE (Kubuntu)
– LassePoulsen
Oct 8 '10 at 8:34
1
Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D
– emf
Oct 8 '10 at 17:11
3
I 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 8 '10 at 17:12
1
screen ruler wont work with ubuntu 14
– Guillaume Massé
Oct 28 '14 at 16:44
8
8
I installed screenruler after reading this comment. It works well.
– koanhead
Oct 8 '10 at 0:16
I installed screenruler after reading this comment. It works well.
– koanhead
Oct 8 '10 at 0:16
1
1
Screenruler for Gnome (Ubuntu), and kruler for KDE (Kubuntu)
– LassePoulsen
Oct 8 '10 at 8:34
Screenruler for Gnome (Ubuntu), and kruler for KDE (Kubuntu)
– LassePoulsen
Oct 8 '10 at 8:34
1
1
Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D
– emf
Oct 8 '10 at 17:11
Whoah! +1 screenruler! this is awesome! This is a very necessary tool for desktop-customization and obsessive UI tweakers, like ms gamerchick. ;D
– emf
Oct 8 '10 at 17:11
3
3
I 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 8 '10 at 17:12
I 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 8 '10 at 17:12
1
1
screen ruler wont work with ubuntu 14
– Guillaume Massé
Oct 28 '14 at 16:44
screen ruler wont work with ubuntu 14
– Guillaume Massé
Oct 28 '14 at 16:44
|
show 4 more comments
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.
add a comment |
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.
add a comment |
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.
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.
answered Dec 2 '10 at 17:46
Adam Baroumand
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Dec 20 '10 at 4:28
Reya276Reya276
3091211
3091211
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f5324%2fhow-do-i-measure-the-size-of-an-area%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hi @Craig , if some of the answers provided solved your needs, could you please mark it as accepted?
– JorgeArtware
Jul 15 '13 at 2:54
See this answer to a similar question: askubuntu.com/a/583733/177068
– FairMiles
Feb 10 '15 at 18:06
2
Possible duplicate of How do I measure dimensions on screen?
– Jacob Vlijm
Jan 9 at 11:26