0

I have an image that is 320 x 482 pixels size and 72 PPI. I can change the image resolution with GIMP for example, but why would I use it if the images suits its pixel size for each display pixel size? I mean, an image changes its size in inches depending on the display density, right? So why would I want to change the PPI of an image, that doesn't make sense to me, although I understand that GIMP and any other image editors wouldn't put this feature for nothing.

PS: I tried to change the resolution of some images and compare it with the original image and apparently nothing happened but the size in inch of the image.

1 Answers1

1

An image's DPI is defined by the capturing hardware and will impact it's size when printed out. Changing the resolution won't change the number of pixels in the image.

Gaël James
  • 157
  • 13
  • So the resolution switching tool only impact on printers? – ネイサン Dec 02 '22 at 13:07
  • 1
    Indeed yes. The wikipedia article https://en.m.wikipedia.org/wiki/Dots_per_inch states that monitors have a dpi of 72 or 96, so if your image is 72 dpi, it will have the same size when printed. Dpi will also have an original value defined by the scanner or camera hardware – Gaël James Dec 02 '22 at 15:45