Is there an OS X tool for finding coordinates, pixel color and measuring distances on the screen? ...
Centre cell vertically in tabularx
How do Java 8 default methods hеlp with lambdas?
Fit odd number of triplets in a measure?
Understanding piped commands in GNU/Linux
Can the Haste spell grant both a Beast Master ranger and their animal companion extra attacks?
Where and when has Thucydides been studied?
Table formatting with tabularx?
Keep at all times, the minus sign above aligned with minus sign below
Noise in Eigenvalues plot
Weaponising the Grasp-at-a-Distance spell
Statistical analysis applied to methods coming out of Machine Learning
What does 丫 mean? 丫是什么意思?
Does the main washing effect of soap come from foam?
Is there a spell that can create a permanent fire?
Can two people see the same photon?
How many time has Arya actually used Needle?
Can gravitational waves pass through a black hole?
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Russian equivalents of おしゃれは足元から (Every good outfit starts with the shoes)
Do i imagine the linear (straight line) homotopy in a correct way?
Inverse square law not accurate for non-point masses?
Did John Wesley plagiarize Matthew Henry...?
How to make triangles with rounded sides and corners? (squircle with 3 sides)
How to make an animal which can only breed for a certain number of generations?
Is there an OS X tool for finding coordinates, pixel color and measuring distances on the screen?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Utilities for finding x/y screen coordinatesWhat kind of software is there for tracking products and their production?Chaotic behavior of a dead pixel on my iMac 24"Utilities for finding x/y screen coordinatesPosition and Sizing OS X windows to Exact Pixel Dimentions/LocationsExport the azimuthal coordinates of a star between a range of datesAn application to easily pick a color in Mac OS X and get the hex valueIs there a simple image tool on mac to read alpha value of a pixel?Is there a way to use the trackpad as an entire screen pointer jumper?Is there a way to increase the size of Mac OS X mouse “press and drag” behavior?Invert color of specific window or portion of the screen on mac os x
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Is there a software for OS-X that will do all those tasks? Finding screen-coordinates (x,y), the pixel color below pointer, and distance between 2 points?
macos software-rec
add a comment |
Is there a software for OS-X that will do all those tasks? Finding screen-coordinates (x,y), the pixel color below pointer, and distance between 2 points?
macos software-rec
See also Utilities for finding x/y screen coordinates.
– slothbear
Dec 25 '12 at 4:47
related: Retrieve image coordinates at mouse cursor in Preview.app
– bummi
Jun 20 '15 at 8:18
add a comment |
Is there a software for OS-X that will do all those tasks? Finding screen-coordinates (x,y), the pixel color below pointer, and distance between 2 points?
macos software-rec
Is there a software for OS-X that will do all those tasks? Finding screen-coordinates (x,y), the pixel color below pointer, and distance between 2 points?
macos software-rec
macos software-rec
asked Sep 18 '12 at 3:10
MaiaVictorMaiaVictor
3292513
3292513
See also Utilities for finding x/y screen coordinates.
– slothbear
Dec 25 '12 at 4:47
related: Retrieve image coordinates at mouse cursor in Preview.app
– bummi
Jun 20 '15 at 8:18
add a comment |
See also Utilities for finding x/y screen coordinates.
– slothbear
Dec 25 '12 at 4:47
related: Retrieve image coordinates at mouse cursor in Preview.app
– bummi
Jun 20 '15 at 8:18
See also Utilities for finding x/y screen coordinates.
– slothbear
Dec 25 '12 at 4:47
See also Utilities for finding x/y screen coordinates.
– slothbear
Dec 25 '12 at 4:47
related: Retrieve image coordinates at mouse cursor in Preview.app
– bummi
Jun 20 '15 at 8:18
related: Retrieve image coordinates at mouse cursor in Preview.app
– bummi
Jun 20 '15 at 8:18
add a comment |
2 Answers
2
active
oldest
votes
You can show screen coordinates if you start taking a screenshot by pressing ⇧⌘4:

You can also use it to measure the width and height of areas:

To abuse bundled applications even further, it's easy to get the diagonal in AppleScript Editor:
(114 ^ 2 + 89 ^ 2) ^ 0.5
You can see the color of pixels with DigitalColor Meter:

2
You don't have to fire up AppleScript Editor to perform a calculation like that. Spotlight will do it for you too.
– slothbear
Dec 25 '12 at 4:50
How can I do this on Windows? To show those coordinates below?
– RoCk Vangeance
Aug 21 '18 at 6:44
add a comment |
Coordinates | Digital Color Meter -> View -> Show Mouse Location
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is this part of the operating system?
– Scott
3 hours ago
Where does someone find "Coordinates" to start this path? Does "Show Mouse Location" give you screen coordinates, pixel color, and distance between 2 points?
– fixer1234
13 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f476412%2fis-there-an-os-x-tool-for-finding-coordinates-pixel-color-and-measuring-distanc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can show screen coordinates if you start taking a screenshot by pressing ⇧⌘4:

You can also use it to measure the width and height of areas:

To abuse bundled applications even further, it's easy to get the diagonal in AppleScript Editor:
(114 ^ 2 + 89 ^ 2) ^ 0.5
You can see the color of pixels with DigitalColor Meter:

2
You don't have to fire up AppleScript Editor to perform a calculation like that. Spotlight will do it for you too.
– slothbear
Dec 25 '12 at 4:50
How can I do this on Windows? To show those coordinates below?
– RoCk Vangeance
Aug 21 '18 at 6:44
add a comment |
You can show screen coordinates if you start taking a screenshot by pressing ⇧⌘4:

You can also use it to measure the width and height of areas:

To abuse bundled applications even further, it's easy to get the diagonal in AppleScript Editor:
(114 ^ 2 + 89 ^ 2) ^ 0.5
You can see the color of pixels with DigitalColor Meter:

2
You don't have to fire up AppleScript Editor to perform a calculation like that. Spotlight will do it for you too.
– slothbear
Dec 25 '12 at 4:50
How can I do this on Windows? To show those coordinates below?
– RoCk Vangeance
Aug 21 '18 at 6:44
add a comment |
You can show screen coordinates if you start taking a screenshot by pressing ⇧⌘4:

You can also use it to measure the width and height of areas:

To abuse bundled applications even further, it's easy to get the diagonal in AppleScript Editor:
(114 ^ 2 + 89 ^ 2) ^ 0.5
You can see the color of pixels with DigitalColor Meter:

You can show screen coordinates if you start taking a screenshot by pressing ⇧⌘4:

You can also use it to measure the width and height of areas:

To abuse bundled applications even further, it's easy to get the diagonal in AppleScript Editor:
(114 ^ 2 + 89 ^ 2) ^ 0.5
You can see the color of pixels with DigitalColor Meter:

edited Sep 18 '12 at 3:30
answered Sep 18 '12 at 3:23
LriLri
31.7k591131
31.7k591131
2
You don't have to fire up AppleScript Editor to perform a calculation like that. Spotlight will do it for you too.
– slothbear
Dec 25 '12 at 4:50
How can I do this on Windows? To show those coordinates below?
– RoCk Vangeance
Aug 21 '18 at 6:44
add a comment |
2
You don't have to fire up AppleScript Editor to perform a calculation like that. Spotlight will do it for you too.
– slothbear
Dec 25 '12 at 4:50
How can I do this on Windows? To show those coordinates below?
– RoCk Vangeance
Aug 21 '18 at 6:44
2
2
You don't have to fire up AppleScript Editor to perform a calculation like that. Spotlight will do it for you too.
– slothbear
Dec 25 '12 at 4:50
You don't have to fire up AppleScript Editor to perform a calculation like that. Spotlight will do it for you too.
– slothbear
Dec 25 '12 at 4:50
How can I do this on Windows? To show those coordinates below?
– RoCk Vangeance
Aug 21 '18 at 6:44
How can I do this on Windows? To show those coordinates below?
– RoCk Vangeance
Aug 21 '18 at 6:44
add a comment |
Coordinates | Digital Color Meter -> View -> Show Mouse Location
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is this part of the operating system?
– Scott
3 hours ago
Where does someone find "Coordinates" to start this path? Does "Show Mouse Location" give you screen coordinates, pixel color, and distance between 2 points?
– fixer1234
13 mins ago
add a comment |
Coordinates | Digital Color Meter -> View -> Show Mouse Location
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is this part of the operating system?
– Scott
3 hours ago
Where does someone find "Coordinates" to start this path? Does "Show Mouse Location" give you screen coordinates, pixel color, and distance between 2 points?
– fixer1234
13 mins ago
add a comment |
Coordinates | Digital Color Meter -> View -> Show Mouse Location
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Coordinates | Digital Color Meter -> View -> Show Mouse Location
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 3 hours ago
Stefan Cardoso QueirozStefan Cardoso Queiroz
1
1
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Stefan Cardoso Queiroz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is this part of the operating system?
– Scott
3 hours ago
Where does someone find "Coordinates" to start this path? Does "Show Mouse Location" give you screen coordinates, pixel color, and distance between 2 points?
– fixer1234
13 mins ago
add a comment |
Is this part of the operating system?
– Scott
3 hours ago
Where does someone find "Coordinates" to start this path? Does "Show Mouse Location" give you screen coordinates, pixel color, and distance between 2 points?
– fixer1234
13 mins ago
Is this part of the operating system?
– Scott
3 hours ago
Is this part of the operating system?
– Scott
3 hours ago
Where does someone find "Coordinates" to start this path? Does "Show Mouse Location" give you screen coordinates, pixel color, and distance between 2 points?
– fixer1234
13 mins ago
Where does someone find "Coordinates" to start this path? Does "Show Mouse Location" give you screen coordinates, pixel color, and distance between 2 points?
– fixer1234
13 mins ago
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f476412%2fis-there-an-os-x-tool-for-finding-coordinates-pixel-color-and-measuring-distanc%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
See also Utilities for finding x/y screen coordinates.
– slothbear
Dec 25 '12 at 4:47
related: Retrieve image coordinates at mouse cursor in Preview.app
– bummi
Jun 20 '15 at 8:18