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

AndEngine: RatioResolutionPolicy portrait orientation issue

I've spent many hours trying to solve this problem, but I still can't understand why does this happen. I've seen a lot of examples of using RatioResolutionPolicy and found no mistakes in my code, difference is just that all examples are run in…
Egor
  • 39,695
  • 10
  • 113
  • 130
0
votes
0 answers

Change monitor resolution

Since monitor on laptop broke, is there a solution to lower the resolution and put it in the bottom right corner? Image Thanks!
Stanko
  • 1
0
votes
0 answers

How to create a high-resolution combined figure?

I have six png figures that I want to combine into a single high resolution figure using the following script: from svgutils.compose import * os.system("python pngtosvg.py") def new_tile(self, ncols, nrows): dx =…
Rebel
  • 472
  • 8
  • 25
0
votes
1 answer

Bootstrap usage of col-x for multiple resolutions

I have the following code:
Dimitri
  • 1,185
  • 2
  • 15
  • 37
0
votes
1 answer

make a image not load in full resolution when on smaller display

Hi I have a background on my site but it is a 8k image and that takes forever to load when I am on slow Wi-Fi. Also, if I am on my phone it does not have a 8k screen so that does not matter. So is there a method that it does not load the full…
user12270768
0
votes
1 answer

Testing on higher/smaller resolution

How can I test my website on resolution higher/lower than what my screen size could do? Any OpenSource tools available for that or any other method ? My primary development environment is linux.
Arihant Nahata
  • 1,802
  • 2
  • 19
  • 30
0
votes
0 answers

Making DIVs look correctly aligned on other resolutions and screen sizes?

I have been working on this website and I have it coded looking perfect on my computer and perfect when I shrink it to mobile size. But, when I look at it on my laptop, the DIV with the text on the left is always either bumped up or bumped down out…
Jennifer T
  • 17
  • 4
0
votes
1 answer

Can't glreadPixels more than 3844x1065

I am trying to render to an off-screen FBO a scene I made, and if I set width/height above 3844/1065, my final image gets limited to that resolution. I am using two monitors. The following image was rendered using 4500x2160 resolution. The "active"…
Razvan
  • 187
  • 1
  • 1
  • 8
0
votes
1 answer

Node Media Server: Force 480p on Video Streaming

I am working on a live streaming application written in node.js using the package Node Media Server. It works great! Question tho, can we force the video streaming or playback (recorded) to 480p? My assumption, in the config below we can see: const…
0
votes
0 answers

Tk/Tcl scale widget interval issue

I'm building a scale widget going from 10 to 100 with a spacing (interval) of 10. When the resolution=1 the result is: scale widget with resolotion=1 But when the resolution=3 the scale is going from 9 to 99 and no more 10->100, the results is…
cyl cyl
  • 5
  • 2
0
votes
1 answer

How to control the resolution of a scale tk/tcl widget?

I'm writing a scale tcl but I need to control the resolution of the scale. The scale is going from 10 to 100 and has a resolution of 1 in the code below: #!/bin/sh ####################################################################### \ exec…
cyl cyl
  • 5
  • 2
0
votes
1 answer

Is it possible to mimic webpack custom module resolution in TypeScript?

I can't find out how to make TS check for modules not only node_modules directory but other custom directories too. My situation: # webpack config resolve: { modules: ['components', 'node_modules'] } # index.vue import WorkspaceToolbar from…
shpindler
  • 357
  • 2
  • 12
0
votes
0 answers

Unity Prevent game objects from resizing when resolution changes

I have a rectangle sprite that animates when a score is reached. Starts offscreen and then move onscreen before moving off-screen again. Works fine. Problem is when I change the resolution for different devices the sprite resizes and doesn't display…
RayDart
  • 21
  • 3
0
votes
1 answer

Why more polygons produces a more detailed end result on the material

I have a C4D material made with a couple of layers (diffuse, bump, displacement, reflectance), on each layer there is 4K image, so there is alot of details on them. If I apply that material to a cube or a sphere, as I increase the number of…
Gonzalo
  • 25
  • 6
0
votes
1 answer

I have a 600x1000 picture, i want to blit bottom part of the picture onto my 600x600 window using pygame

In the game our character jumps on platforms in order to move higher. My game resolution is 600x600. I have a picture that's going to be my background and has resolution of 600x1000. I'm trying to setup a background that progressively moves or…
Nedeljak
  • 1
  • 1
1 2 3
99
100