Hi,
It might be perhaps a stupid question but. From what I know of JPEG - MPEG compression it works as follows. The codec divides the image in squares and looks in its lookup table the closest grayscale pattern that matches for each color channel. The images itself contains only references to that grayscale pattern. (Correct me if I'm wrong.) Beginning graphics designers sometimes tend to blow up (interpolate -> bilineair, cubic interpolation) the low res image to a high res images. This blurs out the image and you lose sharpness. By blowing up the image the grayscrale pattern becomes visible and you get these typical squares in an image. Is the same true for an HDRI JPEG?

