Hi,
how do you detect the image size using plain CGI with and without any additionaly modules? It screw up my program when someone upload an image with big size, if I displaying with resizing effect , says width=200, then smaller images whose width is only , says 50, looks distorted
So it is great if we can use CGI and detect the size before we display them. So if images whose width are larger than 200 pixels then we resize it to 200, if images whose width are smaller then we just keep it?
Is there anyway we can do that? cheer
kevin
how do you detect the image size using plain CGI with and without any additionaly modules? It screw up my program when someone upload an image with big size, if I displaying with resizing effect , says width=200, then smaller images whose width is only , says 50, looks distorted
So it is great if we can use CGI and detect the size before we display them. So if images whose width are larger than 200 pixels then we resize it to 200, if images whose width are smaller then we just keep it?
Is there anyway we can do that? cheer
kevin