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
7
votes
5 answers

change the default resolution for UI testing with jenkins

I'm trying to run UI automation with a Jenkins job that runs on a windows VM as a jenkins slave, as a part of a CI pipeline. I have a problem that the screen resolution is set to be very low (1024, 768) how can I change the default resolution, so…
ifatfle
  • 111
  • 1
  • 5
7
votes
1 answer

Bug after Samsung update | Monogame | Detecting viewport.height as devices width

UPDATE This issue have also been discussed in: https://github.com/mono/MonoGame/issues/2492 The problem is if the app is only allowed to run in Landscape orientation, not when you use Portrait or both. Got a android game coded in monogame, where I…
7
votes
1 answer

Delivering multiple image resolutions through REST API

We are developing a REST API that serves as a backend for our iOS and Android apps as well as an AngularJS web app. In order to optimize performance, we have to provide images in a variety of resolutions. I am looking for guidance around how to…
mgw
  • 250
  • 1
  • 6
7
votes
2 answers

.NET - Bitmap.Save ignores Bitmap.SetResolution on Windows 7

I'm writing a .NET 4 application that imports and saves images for printing. It's important that the saved images resolution (DPI not pixel dimensions) be set to the value we specify so they print correctly. Some of the images we import come without…
Ricardo Rempel
  • 283
  • 1
  • 2
  • 8
7
votes
6 answers

Query maximum webcam resolution in OpenCV

I'm dealing with several types of cameras and I need to know the maximum resolution each one is capable. Is there a way to query such property in OpenCV? If not, is there any other way? The application will work under Windows (by the moment) and all…
cbuchart
  • 10,847
  • 9
  • 53
  • 93
7
votes
2 answers

Get user's screen&viewport dimensions in php on first load

I want to get in PHP the height/width of both the screen and the viewport when a user visits a page. I've tried different ways but they all cause other problems. My goals: Get the info on the first load (no jump page, no reload). Not change the…
kenji359
  • 87
  • 1
  • 1
  • 7
7
votes
7 answers

Responsive Design View on Chrome / Safari or IE

In Firefox it is possible for me to go to responsive design view by pressing ctrl + shift + m and I can adjust the context area to a size such as 720 * 720. How do I do this on IE, Chrome or Safari?
Breako Breako
  • 6,353
  • 14
  • 40
  • 59
7
votes
2 answers

How to find the max image size supported for contacts images?

background starting with jelly bean (4.1), android now supports contact images that are 720x720 . before, starting with ICS (4.0), android has supported contact images that are 256x256. and before that, contact photos had just a size of a thumbnail…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
7
votes
1 answer

WP8 set preview resolution

On my Lumia 920 GetAvailablePreviewResolutions() returns that the following 4 resolutions are available for the target device: 1280x720 1024x768 800x448 640x480 but SetPreviewResolutionAsync() accepts only 1024x768. For the other three (supported)…
Luqman
  • 1,229
  • 11
  • 14
7
votes
4 answers

Mobile App development - Orientation , Resolution and Width/Height

Apple site says iPhone 5 Display is 1136-by-640-pixel resolution at 326 ppi. Generally resolution is practically spelled (Width x Height). In the iPhone 5, case we know 1136 is height and 640 is width when we hold the phone in portrait mode. I am…
Sabha B
  • 2,079
  • 3
  • 28
  • 40
7
votes
1 answer

How to check image quality/resolution/dpi/ppi?

i want to check selected input image file's current quality (Resolution/dpi/ppi). my control is image uploader jquery plugin. How can i get the quality of selected file? (i need selected image file's resolution not screen resolution)
RGA
  • 602
  • 2
  • 9
  • 39
6
votes
3 answers

Different icons size for different resolutions on Android

I'm developing an application for a Samgsung Galaxy Tab (1024x600px). In a Activity I use few icons of 128x128px and looks great. But I run it in a Samgsung Galaxy S (480x800) and icons are too large. I put same icons at 100x100px in drawable-mdpi,…
Josue
  • 725
  • 2
  • 10
  • 22
6
votes
1 answer

How do I get the screen / display resolution?

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 resolution the operating system works in (screen /…
DevTaube
  • 125
  • 2
  • 9
6
votes
2 answers

Difference between Bitmap.Height and VerticalResolution

What is difference in between the b.Height and b.Width properties and the b.HorizontalResolution and b.VerticalResolution in C#? Bitmap b = new Bitmap(@"foo.bmp"); For my sample, Height = 65, Width = 375, HorizontalResolution = VerticalResolution…
Raghu Dodda
  • 1,505
  • 1
  • 21
  • 28
6
votes
2 answers

How to Check Photo DPI with PHP

Possible Duplicate: Get/set DPI with PHP GD/Imagick? Is there a possible way to check photo dpi with php. I have 300 dpi and 72 dpi photos. but wants a way to calculate dpi automatically.
Flash
  • 117
  • 1
  • 2
  • 9