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

Android layout screen resolution problems

I have almost finished my app for android, the problem is when i test it on multiple screen sizes the layout of items such as padding etc, seems to be incorrect. I don't understand how I am supposed to support all screen sizes, because I have used…
karlstackoverflow
  • 3,298
  • 6
  • 30
  • 41
0
votes
0 answers

Run time form size shrunk from designed size

Been working on a C# code with MySql backend. Recently, there is a need to change my work computer from my office computer to a remote virtual computer. The very first form I designed on the remote computer, the size got shrunk unwantedly at run…
gdu000
  • 1
  • 3
0
votes
1 answer

tkinter resize GUI on different monitors

I am mainly coding on my MAC. I created a GUI that is used for a tool I am using to automate things with selenium. I have used .grid for all widgets in my GUI. But when I open the GUI on my Windows laptop at home (same resolution but much smaller…
exec85
  • 447
  • 1
  • 5
  • 21
0
votes
2 answers

Why pixel size in browser does not match my display resolution?

I have 2560 x 1600 px resolution on my MacBook and when I make a div with size parameters half smaller than my resolution (i.e. 1280 x 800) I expect my browser to use half of the screen surface, but instead it shows zoomed object, how can I fix…
Diana
  • 1
  • 1
0
votes
2 answers

Android Background Image: How to Support All Resolutions?

I read the document: Supporting Multiple Screens But still can't figure out how to support all screen resolutions in Table 2 in the document. Even if I create three versions for LDPI, MDPI and HDPI, there are more than screen resolutions in that…
Heuristic
  • 5,087
  • 9
  • 54
  • 94
0
votes
1 answer

Issue with extracting rows from a Raster* in R

I'm running into an issue working with Raster* objects. I want to extract coordinates from the top and bottom rows of a raster, and use them to then create a new raster with values in only those cells. This is probably a bad explanation, so I'll…
0
votes
1 answer

gnuplot - eps with a large number of points

I have a datafile with many columns, data are not arranged in a grid, and would like to plot heat maps. My problem is that the number of points is very large, and since there is no structures grid, I do not know how to treat it without producing…
marco
  • 569
  • 1
  • 4
  • 19
0
votes
1 answer

Ffmpeg - Scale down video with overlay

I am trying to transcode a video with a subtitle overlay but I need to scale it down from 4k to 1080. How would I go about doing that with a complex filter? ffmpeg -ss 00:00:00 -i myVideo.mkv -filter_complex[0:v][0:s:0]overlay[v] -map [v] -map 0:a:0…
pillarman38
  • 47
  • 3
  • 13
0
votes
2 answers

Lowering resolution of the camera texture in Spark AR

I am trying to modify the resolution of the camera texture in Spark AR, either through a script or patches. This medium post has been helpful in understanding some of the components of the camera texture, but I could use some…
WhooNo
  • 911
  • 2
  • 12
  • 28
0
votes
1 answer

When processing a getDispaymedia stream using canvas, it cannot be transmitted at the original resolution. - webRTC

If I just send getDisplayMedia stream, the resolution is transmitted as it is. However, when I send it using canvas.captureMedia, the resolution is transmitted at a lower quality at first and becomes larger . Is there a way to send it at that…
ShineJ
  • 1
0
votes
1 answer

Browser resize tool vs display resolution

So my problem is, with the browser tools i resize to 1600 x 900 and the website is looking good but if i change in windows 10 my display resolution and go see the website (without the browser tools) is looking bad. So my question is which of these…
Dref Otneb
  • 21
  • 4
0
votes
1 answer

Is there a way to use fusion algorithms like STARFM in Google Earth Engine?

Landsat and MODIS products both have their advantages. Landsat with its high spatial resolution and MODIS with its high temporal resolution. I've read a lot about downloading the files and fuse them locally with algorithms like STARFM in Python for…
0
votes
1 answer

JS sidebar menu animation doesn't work at random resolutions after resizing screen/window

I'm testing an application where the sidebar menu categories do not show items at random resolutions after resizing window/screen. For example: After clicking the category at 1440px it does not show the items, then I resize to 1250px and it does…
Darthenn
  • 3
  • 4
0
votes
2 answers

Setting Custom Resolution on Raspberry Pi to Fit 1:1 Display

I have a Raspberry Pi connected to a 480x480 circular touch screen. I have edited the config.txt to reflect the new resolution I want to run. Unfortunately the resolution is only displayed correctly using VNC on the display itself it is weirdly…
ferdyyy
  • 515
  • 4
  • 16
0
votes
1 answer

How to reduce resolution of bitmap

I have some images as bitmap, I want to reduce the resolution of an image so it will be easier to work with (for computes on all the pixels). I want to do it for images in different sizes. I want that the size will stay the same (when I present it…
reut
  • 41
  • 7