How do I measure the size of an area?












46















I'm looking for something to easily measure the height/width of items on screen in pixels.










share|improve this question

























  • 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
















46















I'm looking for something to easily measure the height/width of items on screen in pixels.










share|improve this question

























  • 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














46












46








46


3






I'm looking for something to easily measure the height/width of items on screen in pixels.










share|improve this question
















I'm looking for something to easily measure the height/width of items on screen in pixels.







software-recommendation design






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










3 Answers
3






active

oldest

votes


















42














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.






share|improve this answer





















  • 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



















5














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.






share|improve this answer































    1














    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.






    share|improve this answer























      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
      });


      }
      });














      draft saved

      draft discarded


















      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









      42














      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.






      share|improve this answer





















      • 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
















      42














      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.






      share|improve this answer





















      • 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














      42












      42








      42







      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.






      share|improve this answer















      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.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      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














      • 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













      5














      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.






      share|improve this answer




























        5














        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.






        share|improve this answer


























          5












          5








          5







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 2 '10 at 17:46







          Adam Baroumand






























              1














              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.






              share|improve this answer




























                1














                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.






                share|improve this answer


























                  1












                  1








                  1







                  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.






                  share|improve this answer













                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 20 '10 at 4:28









                  Reya276Reya276

                  3091211




                  3091211






























                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      Category:香港粉麵

                      List *all* the tuples!

                      Channel [V]