Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measure max width/height #14

Closed
fnogatz opened this issue Sep 12, 2014 · 6 comments
Closed

Measure max width/height #14

fnogatz opened this issue Sep 12, 2014 · 6 comments
Milestone

Comments

@fnogatz
Copy link

fnogatz commented Sep 12, 2014

It would be nice if one could measures the maximum width and height of an object, e.g. to get the diameter of the circles at the Extension's website. For example one could compute the maximum of all measured widths and heights while holding a key. In this way you can hold the key and draw a small circle with your mouse within the circle element, to surely cover the diameter.

@mrflix
Copy link
Owner

mrflix commented Sep 15, 2014

Falco thats a great idea! And not too hard to accomplish using flood-fill.

@mrflix mrflix added this to the Version 1.1 milestone Sep 15, 2014
@mrflix
Copy link
Owner

mrflix commented Sep 15, 2014

I tested it out and i think its a great feature saving even more time. check it out yourself: Dimensions next (activate with alt).

The challenge is that if the area is too big it will take a very long time to measure. Because of that I currently limit the area to 500.000 square pixels.

@fnogatz
Copy link
Author

fnogatz commented Sep 15, 2014

Great! And the first time I saw the unit "square pixels" ;)

Unfortunately it feels a little bit laggy if you hold alt and move the cursor. Maybe you could trigger the measurement holding alt only then if the mouse is not moving?

@mrflix
Copy link
Owner

mrflix commented Sep 15, 2014

well, you could just stop pressing the alt button :D
do you really think this is a use case?

On 15 Sep 2014, at 17:32, Falco Nogatz [email protected] wrote:

Great! And the first time I saw the unit "square pixels" ;)

Unfortunately it feels a little bit laggy if you hold alt and move the cursor. Maybe you could trigger the measurement holding alt only then if the mouse is not moving?


Reply to this email directly or view it on GitHub.

@fnogatz
Copy link
Author

fnogatz commented Sep 15, 2014

Hm, was only confused to have lost the crosshairs for a while when holding alt and and move the mouse. But of course, one could simply stop doing this :P

@mrflix
Copy link
Owner

mrflix commented Jul 19, 2015

Added in version 2 - live now. Press ALT.

@mrflix mrflix closed this as completed Jul 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants