Do jpg's slow a page down from opening?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Do jpg's slow a page down from opening compared to having gif's on the page?

If so, is there any easy way to change my jpg's to gif's?

thanks
 
A Kilobyte is a Kilobyte whether it's an image or an external CSS file.
There would be no perceptible difference in time for rendering either.
 
No, except of course if the file ends up larger. In the ancient days of the
web (let's say, back in 96-97), it used to be an issue because JPGs are a
compressed file format. They always have some level of compression on them
so the computer had to perform some more calculations than on an
uncompressed gif. Back then computers had less horsepower than my cat so it
was sometimes an issue. Nowadays though the additional calculations aren't
even a blip on the computer's workload.

As far as converting the jpgs to gifs, you'll need a third-party graphics
application to do that. You can search tucows.com for some decent format
converters as well as sourceforge.net for some opensource versions. I'm
sorry I don't have any specific converters in mind though because I haven't
had to look for one in a long time.
 
Converting JPG to GIF will usually not be a satisfactory process, though,
since JPG can accommodate millions of colors and GIF can only accommodate
256. The results are blocky, and banded images, if the JPG has any texture
or color gradient character to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top