resolution Questions

7

I used following method to get the screen size: public static Point getScreenSize(Context context) { WindowManager wm = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE); int w = ...
Gulgee asked 27/7, 2016 at 13:58

2

I need to perform a convolution using a Gaussian, however the width of the Gaussian needs to change. I'm not doing traditional signal processing but instead I need to take my perfect Probability De...

5

Solved

How can I get screen resolution (height, width) in pixels?
Cloaca asked 5/9, 2011 at 7:53

4

Solved

I'm just wondering if it is possible for me to get the resolution of a monitor in Pygame and then use these dimensions to create a window so that launching the program detects the monitor resolutio...
Farce asked 13/11, 2013 at 12:58

34

Solved

What is the simplest way to get monitor resolution (preferably in a tuple)?
Griffy asked 27/6, 2010 at 23:39

2

Solved

First of all, I ask for your understanding of the rudimentary question. I want to get image from camera input and analysis it. but I have a problem to set image resolution. What i know for set form...
Empirin asked 1/11, 2023 at 8:54

8

Solved

I need to know exactly how big the screen is on the device in real units of length so I can calculate the acceleration due to gravity in pixels per millisecond. Is there a method somewhere in the ...
Answerable asked 3/2, 2010 at 16:21

4

you'll all have to excuse my ignorance as I have only recently started working with C#. I just have a question about the windows chart control, as I'm encountering a rather dumb problem. I have a ...
Alsatia asked 9/3, 2012 at 21:46

7

I am trying to acquire images from my webcam using a python code that imports OpenCV. The code is the following: import sys sys.path.append("C:\\opencv\\build\\python\\2.7") import cv2 import cv2...
Sabrasabre asked 18/10, 2013 at 11:2

3

Solved

I have an application that needs to be adaptive to a range of different screen sizes (resolutions). Most of that I've done using table layout panels. But some of the control (buttons and labels mo...
Anabaptist asked 31/7, 2017 at 22:31

8

Solved

I'm trying to get the current display resolution of both of my displays depending on where the mouse cursor is. i.e. when the mouse cursor is on the first display I want to get the resolution of t...
Kearns asked 8/12, 2009 at 13:16

3

Solved

I have calculated that if I want my generated image to be A4 size @ 600dpi for print purpose, it needs to be 7016x4961px @ 72dpi. So, I generate it programmatically, then test it in Photoshop and i...
Bathos asked 7/2, 2012 at 10:9

23

Solved

I need to find the screen resolution of a users screen who visits my website?
Skier asked 1/10, 2009 at 14:57

3

Solved

I am using Python 2.7 and Selenium 2.39.0. to test a web application. When I run my test as a Windows (7 Ent.) scheduled task with the option "Run whether user is logged on or not", it lo...
Liquidambar asked 10/10, 2014 at 12:53

5

Solved

How to get real PPI (pixels per inch) device resolution with javascript? some examples of device and value expected: iMac 27-inch: 109ppi iPad: 132ppi 19inch 1440x900 screen: 89ppi ...
Conlen asked 4/4, 2014 at 11:15

8

Solved

How do I from Winapi (in C or C++) detect the current screen resolution? Some background: I want to start a new OpenGL fullscreen window, but want it open with the same horizontal and vertical si...
Spellbound asked 7/1, 2011 at 23:40

7

all. How to change resolution of the video with aspect ratio with FFmpeg? There are options http://manpages.ubuntu.com/manpages/oneiric/man1/ffmpeg.1.html -s size Set frame size. The format i...
Electro asked 6/6, 2014 at 17:9

2

I made a responsive website which works fine with different screen resolutions. I use three different media queries - from 0 to 640, from 640 to 960 and above. Anyway if I try to open on my Samsung...
Legofmutton asked 13/6, 2014 at 16:6

6

I have created some GUI application using Qt. My GUI application contains controls like push button and radio button. When I run the application, buttons and fonts inside button looks normal. When ...
Occipital asked 9/12, 2013 at 6:52

8

Solved

I have an array: $resolutions = array( '480x640', '480x800', '640x480', '640x960', '800x1280', '2048x1536' ); I want to retrieve closest larger value with the nearest aspect ratio (same orie...
Cannes asked 10/12, 2012 at 16:53

1

Solved

I am currently working on a game in Rust (Piston Crate) and I want to center the Window it creates. It allows me to change the window's offset from the top left of the screen. I want to get the res...
Entremets asked 6/3, 2022 at 16:4

3

Solved

When you resolve a conflict, then stage the changes, then do a git diff, it shows you two columns of +'s and -'s, one for "ours" and one for "theirs". Given a merge commit in a repo's git history, ...
Myo asked 7/3, 2013 at 17:23

12

Solved

How can one get the screen resolution (width x height) in pixels? I am using a JFrame and the java swing methods.
Sherlock asked 9/9, 2010 at 20:12

6

Solved

I have several high resolution raster layers in R that I am working with. The level of detail is excessive for some of the analyses I am running, so I would like to speed things up by reducing the ...
Terce asked 28/8, 2015 at 19:51

4

Solved

My application uses urn:uuid as URIs for entities. Of course, when I get, e.g. RDF information about a resource, the referred entities (subject or objects) will contain URIs in the urn:uuid schema....
Nies asked 15/12, 2009 at 8:9

© 2022 - 2024 — McMap. All rights reserved.