Questions tagged [resolutions]
33 questions
0
votes
2 answers
Win 8 MonoGame - Game resolution vs. screen resolution
I'm currently working on a Win 8 Windows Store game (Monogame, C#). I set the graphics.PrefferedBackBuffers to 1366x768. The laptop that I use mostly to develop doesn't support this resolution neither does the external monitor connected to it,…

user2498238
- 3
- 2
0
votes
1 answer
Android, Camera & "actually" supported image sizes
Ok, making a camera app and one part is selecting img size, done with following code:
Camera.Parameters parameters = camera.getParameters();
List sizes = parameters.getSupportedPictureSizes();
I get a nice list with supported sizes.…

Yari71
- 1
- 4
-1
votes
1 answer
Scaling Images for multiple android devices efficiently : best approach
I have images of size 1080P , now i do not want to use different variations of images that we put in RES folder . I am going to install this app on 1K devices with random images , so thats not feasible to have different versions of images.
Can we…

navjosh
- 187
- 2
- 2
- 13