Click to See Complete Forum and Search --> : Problem with Images


squirrel
07-05-2006, 02:48 AM
Hi,

The images with .jpeg extention are not being displayed on the web page, only .gif images are working. Why is this happening, and suggestions?
And when I resize the images to my required size, the clarity is being lost. Can anyone suggest what can be done to maintain the clarity of the picture?

Thankx
Squirrel

Kevey
07-05-2006, 02:55 AM
make sure the extension is correct file.jpg...and make sure the file names are not
capitalized on your server. file.jpg, not FILE.jpg or File.jpg.

Can you post a link to the problem?

ray326
07-05-2006, 10:58 AM
And when I resize the images to my required size, the clarity is being lost. Can anyone suggest what can be done to maintain the clarity of the picture?Are you trying to resize them using the img height/width attributes? That's your problem. Use a graphics program to size them properly and make the height/width match the pixel dimensions of the resulting image.

felgall
07-05-2006, 03:05 PM
If they are trying to resize with HTML then the images are probably H-U-G-E and take forever to download. If they came straight from a camera then they will be at least 100 times bigger than they need to be for the web.

pacerier
08-04-2006, 12:40 PM
The images with .jpeg extention are not being displayed on the web page, only .gif images are working. Why is this happening, and suggestions?


it is .jpg not .jpeg


And when I resize the images to my required size, the clarity is being lost. Can anyone suggest what can be done to maintain the clarity of the picture?


try using macromedia flash to increase the size of your image because it doesn't pixelate images. then after you have achieved your ideal size, save it up and you can display them on the webpage nicely

ray326
08-04-2006, 04:33 PM
it is .jpg not .jpegShouldn't matter.

pacerier
08-05-2006, 07:57 AM
i suppose it does, if you try <img src="abc.jpeg"> it wouldn't display the images.

the tree
08-05-2006, 08:00 AM
It would if that was how you'd saved the images. Just like .htm and .html

pacerier
08-05-2006, 09:47 AM
o.O interesting, thanks for clarifying my mistake

ray326
08-05-2006, 11:56 AM
i suppose it does, if you try <img src="abc.jpeg"> it wouldn't display the images.Then there is either a file name mismatch or a server configuration problem.