Ask Your Question

kauevestena's profile - activity

2018-10-01 11:26:51 -0600 received badge  Notable Question (source)
2017-10-14 05:12:47 -0600 received badge  Popular Question (source)
2016-01-15 05:39:06 -0600 received badge  Student (source)
2015-04-15 12:35:06 -0600 commented question Calibration of a high resolution camera

I have this questions too =(

2015-04-01 13:53:52 -0600 commented question Whats the simplest way to determine the screen resolution?

Another question: how to mod the code to return the width and heigth as numbers?

2015-04-01 13:49:43 -0600 commented question Whats the simplest way to determine the screen resolution?

Thanks a lot!

2015-04-01 09:35:57 -0600 received badge  Supporter (source)
2015-04-01 09:32:11 -0600 asked a question Whats the simplest way to determine the screen resolution?

Hello, im building a project who will be compiled to be executed in more than one machine (in fact, in a educational lab).

So, i having trouble with images with the resolution bigger than the screen resolution (in fact 5184 x 3456), i can't show it, so i know i'll need to use the pyramids concept, to show a image who''ll fit the "size" of the screen.

To do that, i'll realize that i'll need to resize the image according to each screen size rather than a fixed one. This way i can do the positioning of the image realtive to the screen in a standart way.

So, whats the best way to do that?

(i'm a brasilian student, apologize for my primitive english)