Page 1 of 1

Please help ! - Webpage - convert dpi

Posted: Fri Feb 03, 2006 11:38 am
by LexiBen
Hi
Im not that big in ASP so if someone can help me !!

This is my issue:
I have a lot of links on my webpage, and they are poining on tiff pictures made in dpi resolution 300. and what i need is an way to convert the pictures to 72 dpi when an user is clicking on the link.

Can some one please give me the code that i need

Re: Please help !

Posted: Fri Feb 03, 2006 11:42 am
by ckit
LexiBen wrote:Hi
Im not that big in ASP so if someone can help me !!

This is my issue:
I have a lot of links on my webpage, and they are poining on tiff pictures made in dpi resolution 300. and what i need is an way to convert the pictures to 72 dpi when an user is clicking on the link.

Can some one please give me the code that i need
You'd need to convert the pictures to 72dpi and then upload to the webpage, there is no way a browser can do it unless there is a plugin I'm not aware of.

Use XnView's "Batch Convert -> Set DPI" to convert the TIFF 100dpi to JPG 72dpi images.

Thanks

Posted: Fri Feb 03, 2006 11:51 am
by Lexiben
Bad for me, because what i have to do now is uploading all my pictures in 3 deffrent dpi's, and i hoped that i could just upload one and the convert it on the fly.

Posted: Fri Feb 03, 2006 11:55 am
by ckit
AlternaTIFF:
A TIFF image viewer for Windows web browsers
http://www.alternatiff.com/

Posted: Fri Feb 03, 2006 12:06 pm
by Olivier_G
What's the point of changing DPI of an image??? Really? :shock:

Olivier

Posted: Fri Feb 03, 2006 1:05 pm
by Drahken
The only time DPI takes effect is when you print the image. The people downloading the pics can simply resize the images themselves when they go to print them if they want a smaller image. They can either resize it in the print dialog or open it in any image viewer/editor and reduce (or increase) the DPI themselves.

If you're trying to create smaller files for web viewing, then you need to reduce the dimensions of the image (ie take it from 500x500 to 300x300), not the DPI.

Posted: Fri Feb 03, 2006 1:41 pm
by Drahken
from thread http://newsgroup.xnview.com/viewtopic.php?p=24734 :
The reason is that a lot of magazines - Newspapers - and webdesigners are using the pictures, thats the reason to why i have my photos in 72, 150 and 300 dpi
As I said, they can easily change the DPI themselves. A 3 DPI image and a 3,000 DPI image are identical when viewed on a computer, so as long as they change the DPI before they print it, it makes no difference.