I want know the size (width and height) in pixels of a window that an application has opened. What's the simplest/quickest way for me to get it? Without doing any programming.
|
This is an especially retarded way but this is what I used to do (it includes the Windows frame):
They usually default to the size of whats in your clipboard. You can probably do something similar with another program. | |||||||||||
feedback
|
|
You could use the free version of FastStone Capture to capture the window (Shift + PtintScr) which is then displayed in its editor with the size shown in the status bar...
| ||||
|
feedback
|
|
If you use Linux, just start up any screen grabbing program (KSnapshot for example), select new snapshot to be a "selected region" and draw a rectangle with the mouse over a window. It show you the size of the region you marked. If you want it more precisely or if you want to use a bash script to capture sizes, there are different methods depending on the DE you use and on the compositing manager (if any). | |||
|
feedback
|
