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
0
votes
1 answer

Understanding the effect on resolution by using average pooling in convolution neural network

I am using a colorization code on CIFAR-10 dataset and I came across this line: downsize_module = nn.Sequential(nn.AvgPool2d(2), nn.AvgPool2d(2), nn.Upsample(scale_factor=2), .Upsample(scale_factor=2)) Average Pooling is used two times, so what is…
MAC
  • 1,345
  • 2
  • 30
  • 60
0
votes
2 answers

Unity windowed mode size is different on different screen resolutions

So I want the window size in the build to be of a certain size and it works great when displayed on 1920 x 1080 screen resolution, anything more or less than that, and the window becomes too big or too small. Is there any way for the window to be of…
0
votes
1 answer

Swift- NumberFormatter

Numbeformatter extension Double { var formatedPrice: String? { let formatter = NumberFormatter() formatter.locale = Locale(identifier: "ja_JP") formatter.numberStyle = .decimal if let formatedString =…
0
votes
1 answer

How do I measure the dimensions of a form?

i have just designed a business information dashboard for the customer. The initial design was for a 1280x1024 screen res but it now appears that the customer has a 1024 x 768 res. This BI form is a child window of a MDI interface and as such there…
Tim
  • 7,401
  • 13
  • 61
  • 102
0
votes
0 answers

Consistency of pixel/coordinate positions for Explorer across devices and Windows versions

I apologize if this is a very basic question, but I'm just starting to learn about pixels, resolution, DPI-awareness, etc. I'm creating a File Explorer extension that positions windows and text over specific Explorer UI elements. It's implemented…
user13366655
0
votes
1 answer

Density (from dip to pixel)

I design my UI with Density-independent pixel as units of measurement. I have same icons 18x18 dip. What should be the phisical dimension of the png icons for ldpi, mdpi and hdpi? I try 9x9, 12x12 and 18x18 but the emulator enlarge them.
kristby
  • 81
  • 2
  • 7
0
votes
0 answers

Is the current screen resolution saved to a file anywhere? (window 7)

i got another laptop but its not on hand now. I only have most of the files copied from that laptop on hand. May I know if I can find that file so that I can figure out the resolution using? Thanks
0
votes
3 answers

for which blackberry types/resolution develop apps?

i am new to Blackberry apps development, and see that there are lot of different resolutions of display on different Blackberry types. is there some survey which types are most used ? which resolutions is good to support ? thanks
michal
  • 3
  • 1
0
votes
0 answers

What is the pixel size that corresponds to a 24'' and 32'' monitor?

I'm writing an application that I need to optimize for different monitor sizes so that the components & divs don't appear super large (such as when your resolution isn't set to it's recommended setting). What @media directive corresponds to a 24'',…
Jaigus
  • 1,422
  • 1
  • 16
  • 31
0
votes
2 answers

How do I get the usable screen resolution?

I am using pygame to make a game on a Mac. I am trying to get my window to fill the screen without going fullscreen. The problem is that the height of Dock at the bottom and the Topbar are not subtracted when I used…
0
votes
2 answers

How to detect a screen cutout (notch) and get its height?

I need to get the exact coordinates of a point relative to the screen regardless of the app window's dimensions or offsets/insets. The phone I'm developing on has a 1080x2280 resolution and android 9. I tried to find the screen dimensions using…
razz
  • 9,770
  • 7
  • 50
  • 68
0
votes
1 answer

Pygame broke Windows

I was using pygame to make some stuff and was messing around with the 'full screen' bool and wanted to make a game that was full screen, and since it was a test code and I didn't have a way to exit the program I used task manager to get out of the…
user12489351
0
votes
2 answers

Why tab bar icon is not showing in my Bar item image?

I am creating a simple tab bar , and i am using iphone 8 in simulator. I have imported icon( not glyph) of size 50 x 50 as mentioned in apple guideline, but the icon is not showing up in bar item image. I have done everything ( Render as, change…
Abu Bäkr
  • 313
  • 1
  • 2
  • 10
0
votes
1 answer

I can't get the correct coordinate of an image with mouse over C#

This is my first question ever on Stackoverflow. So I hope it for the best answer. I want to get correct X and Y coordinate of an Image with mouse over Event (WFA .NET Framework). Take a look at my cursor The coordinate should be somewhere between…
Nggarap
  • 63
  • 8
0
votes
1 answer

react-native-maps - Very low resolution with OpenStreetMap

I'm using react-native-maps in React Native and I wanted to use OpenStreetMap (because Google Map is incredibly expensive for a commercial project). MapView gives very low resolution tiles, the tiles and labels are very blurry (see pictures…