0

I have a image size 300x300mm resolution 72pixel/in. I want resize it to 120x120mm but keep the quality (by increase resolution?).

First test, I increase its resolution to 180pixel/in then scale it to 120x120 >> image still degrade.

Second test, I increase its resolution to 180pixel/in then scale it to 150x150 >> image still degrade.

Can you help me out? Thanks,

Anh-Tuan Mai
  • 1,129
  • 19
  • 36

1 Answers1

1

It's not possible to keep quality if you will resize JPEG or PNG, because the way how the algorithms works. Only if you will work on raw or tiff files, you can change your image size without problems. Using links below you can make it less blurry.

Look here: https://www.gimp.org/tutorials/Smart_Sharpening/ and https://docs.gimp.org/en/gimp-image-scale.html

More on JPEG algorithm:

http://www.whydomath.org/node/wavlets/basicjpg.html

http://www.ams.org/samplings/feature-column/fcarc-image-compression

m.aibin
  • 3,528
  • 4
  • 28
  • 47
  • I guess you can still enhance the quality of the image, using some website that supports AI. For example, the case with google photos, it corrects picture quality after it has been taken. – Ayoub_Prog May 20 '22 at 15:33