Questions tagged [resolution]

Questions about image resolution.

Image resolution is an umbrella term that describes the detail an image holds. Higher resolution means more image detail.

Reference

Wikipedia

2378 questions
29
votes
3 answers

What is today's most popular screen resolution?

Is there a place that displays statistics in such a manner that I can rely on? e.g. Google/Microsoft homepage screen size statistics? An international statistics organization that checks multiple websites to come up with a more accurate number?
odedta
  • 2,430
  • 4
  • 24
  • 51
29
votes
4 answers

How mdpi, hdpi, xhdpi folder works?

Extract from Android Developer Guide link above: 320dp: a typical phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc). 480dp: a tweener tablet like the Streak (480x800 mdpi). 600dp: a 7” tablet (600x1024 mdpi). 720dp: a 10” tablet…
Muhammad Irfan
  • 1,447
  • 4
  • 26
  • 56
27
votes
8 answers

Screen Resolution Problem In WPF?

I'm gonna detect the resolution with the following code in WPF : double height = System.Windows.SystemParameters.PrimaryScreenHeight; double width = System.Windows.SystemParameters.PrimaryScreenWidth; Current resolution of my screen is 1920*1200,…
Mohammad Dayyan
  • 21,578
  • 41
  • 164
  • 232
26
votes
5 answers

Determining Camera Resolution (i.e. Megapixels) Programmatically in Android

I am developing an Android application in 2.2, which uses Camera. Now Can anyone tell me that "Is it possible to programmatically determine the Camera Resolution in Megapixels in Android"
YuDroid
  • 1,599
  • 5
  • 22
  • 44
26
votes
7 answers

Set background image according to screen resolution

I would like to be able to change my webpage background image according to the screen resolution the user uses so: if screen resolution is greater than or equal to 1200*600 then background = mybackground.jpg no-repeat or else. How can I do this?
prakasam
  • 253
  • 1
  • 3
  • 12
26
votes
5 answers

Fonts are blurry / big in Android Studio

is there any way I can change the resolution of Android Studio? I looked in Settings->Appearance but it seems like there is no official way to change it. I have a 1920x1080 Display and the whole window and text looks a little bit blurry. I am…
Noahnder
  • 415
  • 1
  • 4
  • 12
25
votes
3 answers

How to get the resolution of a monitor in Pygame?

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 resolution and then automatically fits the window to the…
Ilmiont
  • 2,032
  • 4
  • 27
  • 44
24
votes
3 answers

How to get width and height of iPhone/iPad using MonoTouch?

I need to get the width and height of iPhone/iPad using MonoTouch. How to get programmatically?
bharath
  • 14,283
  • 16
  • 57
  • 95
24
votes
3 answers

Why does iPhone 6 use @2x image assets?

iPhone 6 plus uses @3x image assets, but iPhone 6 uses @2x image assets - just like iPhone 4 and iPhone 5 (Image resolution for new iPhone 6 and 6+, @3x support added?). iPhone 5, iPhone 5C and iPhone 5S have the screen resolution 640x1136. The…
Niklas Berglund
  • 3,563
  • 4
  • 32
  • 32
24
votes
7 answers

FFmpeg - Change resolution of the video with aspect ratio

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 is wxh (ffserver default = 160x128, …
Arthur
  • 3,253
  • 7
  • 43
  • 75
23
votes
1 answer

FFMPEG : Add a fixed size image on a video, regardless of the video width & height (resolution)

This is my code that adds an image to videos, running via PHP: exec('ffmpeg -i input.mp4 -i logo.png -filter_complex "[0:v][1:v] overlay=10:10" -pix_fmt yuv420p -c:a copy output.mp4'); It works well but the problem is, the image is scaled down or…
M a m a D
  • 1,938
  • 2
  • 30
  • 61
23
votes
4 answers

Programmatically change screen resolution?

Is there a way to programmatically change the screen resolution or enable/disable multiple monitors in Windows XP? For example to change from 1024x768 with one monitor to 1280x1024 on two monitors? I would be most interested in a win32 function to…
jacobsee
  • 1,438
  • 4
  • 18
  • 34
23
votes
3 answers

gravatar highest resolution

I show a gravatr image of users in my site. How can I know the best highest resolution to use? e.g. which parameter "s" should be. https://secure.gravatar.com/avatar/?s=250 of course it depends in the user image, but gravatr must know the…
Yaron Naveh
  • 23,560
  • 32
  • 103
  • 158
21
votes
3 answers

Programmatically change image resolution

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 it seems to be fine so if I resize it, it gets…
Sergei Basharov
  • 51,276
  • 73
  • 200
  • 335
21
votes
2 answers

XNA - Get Current Screen Resolution

Is it possible to get the current desktop screen resolution? I have a few minor settings in my XNA game one of which is screen resolution. What I want to do is blank out a screen resolution option if it is larger than the current desktop resolution…
Jpin
  • 1,527
  • 5
  • 18
  • 27