Page 1 of 1

Resolution drop from 300dpi to 150dpi after Patching

Posted: Mon May 02, 2011 3:58 am
by riefa
Hi all,

I have a 14000x7000 equirectangular and use Pano2VR Patch tool to correct and/or remove some unwanted items (nadir, shadows, etc.).

After Patching, I re-output the equirectangular, but when I check at Photoshop (Cmd+Alt+I) the resolution dropped from 300pixels/inch to 150pixels/inch, and also width & height at Document Size section (i attached some screen shots)

Anyone know what settings do I need to set on Pano2VR so the pixels stays unchanged?

Thanks..:)

Re: Resolution drop from 300dpi to 150dpi after Patching

Posted: Mon May 02, 2011 6:03 pm
by Roy Reed
Nothing that matters has changed. The pixel dimensions before and after are both 14000x7000. It would only matter if you printed the file at the indicated DPI.

Re: Resolution drop from 300dpi to 150dpi after Patching

Posted: Mon May 02, 2011 7:10 pm
by riefa
ah i c...thx for the reply Roy.

so, if I manually change from 150dpi to 300dpi (and in respect of that, i also have to manually change the pixel dimension to 14000px x 7000px and also the document size to 118.53cm x 59.27cm), does the pixels actually gone thru another proces, which might degrade image quality for online/web viewing?

Re: Resolution drop from 300dpi to 150dpi after Patching

Posted: Tue May 03, 2011 11:14 am
by alabwab
Hi,

Your example shows that changing the document size (dpi-value) will not affect the pixel dimensions of your image.

document size - refers to the size of the image in print output
changing dpi affects the print output of the image (the size of the image is determined by the dpi value)

the numbers in the "pixel dimensions" field tell you how many pixels (of detail) your image has. when you reduce the width and the heigth in this field you will loose detail.

When you present an image on a webpage you either scale the image (for example in photoshop) to the desired format before loading it up on the server. Or you load up the original image in its original pixel dimensions and scale it in the browser by using html code. Clearly the second solution has many disadvantages. (much more time for loading and scaling the image is needed)

Re: Resolution drop from 300dpi to 150dpi after Patching

Posted: Tue May 03, 2011 11:31 am
by riefa
Hi alabwab,

Really appreciate the explanation. I think i understand it better now..:)

Thank you all for helping me out.