Questions tagged [image-resolution]

This tag should be used for questions about image resolution.

From the Wikipedia page for Image Resolution:

Image resolution is the detail an image holds. The term applies to raster digital images, film images, and other types of images. Higher resolution means more image detail.

Image resolution can be measured in various ways. Resolution quantifies how close lines can be to each other and still be visibly resolved. Resolution units can be tied to physical sizes (e.g. lines per mm, lines per inch), to the overall size of a picture (lines per picture height, also known simply as lines, TV lines, or TVL), or to angular subtense. Line pairs are often used instead of lines; a line pair comprises a dark line and an adjacent light line. A line is either a dark line or a light line. A resolution of 10 lines per millimeter means 5 dark lines alternating with 5 light lines, or 5 line pairs per millimeter (5 LP/mm). Photographic lens and film resolution are most often quoted in line pairs per millimeter.

23 questions
0
votes
1 answer

Searching for large images made from a low resolution

I have many product images on my local drive that I got from different sources and some of them are messed up a bit. I'm talking about images that are large in resolution but it is apparent that this resolution has been achieved by resizing the…
Martin L.
  • 124
  • 9
0
votes
1 answer

Poor image quality after downloading from android asset

I'm trying to get an image to fit nicely on each screen size, the image i'm using an image which is 1351 × 2048 and i have used android asset to achieve this. It has worked fine except from the image quality is a lot more poor on all resolution.…
LiamB645
  • 35
  • 6
0
votes
0 answers

C#, how to Draw string on Image inside a rectangle and determine font size according to image size?

i need a solution to draw string on an image inside of a rectangle and setting the font size according to the image size (resolution)? SAMPLE IMAGE as you can see i need to put some text (right-to-left text) inside of that blue rectangle with font…
Khaled Rakhisi
  • 317
  • 1
  • 4
  • 18
0
votes
0 answers

Using Tags for a child object

I have tried to make a model swapping system for a game without having to make scripts for each model that changes , essentially each model changes from a low-quality model to a high-quality one and vise Versa , I was thinking the best way would be…
ryand444
  • 45
  • 8
0
votes
1 answer

Retrieve Image Resolution(DPI) of an image (JPEG,PNG,SVG,GIF) without using any PHP extension

I want to Retrieve Image Resolution(DPI) of an image (JPEG,PNG,SVG,GIF) without using any PHP extension (like imageMagick). I searched everywhere, but I couldn't find a perfect solution. I tried below code (got from link) function…
Arun
  • 364
  • 2
  • 7
  • 19
0
votes
3 answers

How can adding image resolution to the img tag improve network utilisation?

Google Chrome has a tab in it's built in Developer Tools, and one of the audits are telling me that the Network Utilization can be improved by setting the specific width and height to ALL images on the page. How true is this information and how…
Phiter
  • 14,570
  • 14
  • 50
  • 84
-1
votes
1 answer

Is there a way to find the maximum resolution of a USB camera and web camera in Python?

How can I find the camera's maximum resolution provided by the manufacturer in Python code? I couldn't find any option provided by OpenCV to get maximum resolution available. Is there a possibility using any other python package?
van
  • 15
  • 9
-1
votes
1 answer

PHP imagecropauto - 300dpi image coverted to 96dpi

I have a function taking a 10 character string and rendering a 300dpi PNG ready for print. It works great but when using the imagecropauto() function - the resolution of the original is lost and I endup with a file at 96dpi. $string =…
1
2