Picture Resize

J

Jehuty

I have a picture prop in my database region with the value of

<%=FP_FieldLink(fp_rs,"MyMap")%>

And i specified the pic size which works fine as well. Everything thing
works great except that the picture file quailty is very very high. They are
..png files with a resolution of 1920x696.

However, when they display, it is the correct specified size i wanted but
the quailty of it doesnt drop which causes a slow download. Is there a way to
create a thumbnail possibly?
 
E

E. T. Culling

And it would be best also to make it a jpg, rather than a png. What is the
file size. .. Optimize!!! Make your thumbnail in your image editing program.
Eleanor

in message Are you specifying a smaller size, or displaying it that big?

I'd store it at the size you want displayed, not at 1920x696, and optimize
it prior to putting in the web.
 
Top