Hi Andy,
This JPEG image is ill-formed: it explicitly states a resolution of zero pixels/inch
I never saw this before. Obviously, the invalid resolution values are fooling our file format support modules. I'll make the necessary changes to make our code immune to this pitfall.
For now, the workaround is easy: explicitly set a valid resolution just after loading the image in PixInsight:
- Load the image.
- Open the Resample interface (Process Explorer > Geometry category).
- On the Resample interface, click the Reset button (lower right corner) to make sure that you won't change image dimensions. Make the Resolution section visible (by clicking on the Resolution section bar) and check the Force Resolution check box.
- Apply the process (drag the New Instance button or click the Apply button).
Now the image will have a standard 72 pixels/inch resolution and all will work normally.
Thank you for showing this problem. When one thinks his code is strong enough, there is always another file to keep things fun