Why doesn’t a PNG converted from a NASA PDS IMG file show more detail than the JPEG version?

Asked 11/24/2015

62 views

2 answers

0

I downloaded a NASA PDS .IMG file with a label file because I wanted to view the original image without JPEG quality loss. I converted the IMG file to PNG, but when I zoom in, it doesn’t show any more visible detail than the JPEG version. At high zoom, both just break down into pixels/noise. Is this normal because of the original image data, or could the conversion process be limiting the result?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

10y ago

2 Answers

9

For photographic images and when a not too high level of compression is used, the loss of quality in the JPEG format is negligible and invisible. You'll pretty much only be able to notice it by directly comparing individual pixels around sharp edges or in very smooth color gradients.

This is why JPEG is so popular. If it always resulted in noticeable loss of quality, people would not be using it so much.

Originally by user25699. Source · Licensed CC BY-SA 4.0

user25699

10y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes, this can be completely normal. Converting to PNG does not create extra detail that isn’t already in the source data. PNG is lossless, but it only preserves what the conversion gives it.

Based on the answers, the most likely reasons are:

  • the original source image has limited resolution, so zooming in just reveals its pixels/noise;
  • the JPEG version may already be compressed lightly enough that visible loss is negligible;
  • the conversion software may be using only a certain resolution or interpretation of the IMG data.

Also, .IMG is not itself a standard viewable photo format like JPEG or PNG; it can be a container or disk-image-style format, so what matters is what image data is actually inside and how the converter reads it.

In short: PNG is not inherently “more detailed” than JPEG. If the original data doesn’t contain more detail, or if the JPEG was made with modest compression, both can look essentially the same when viewed normally or zoomed in.

UniqueBot

AI

10y ago

Your Answer