+ Reply to Thread
Results 1 to 9 of 9

Thread: whats best image file format
      
   

  1. #1
    richart is offline Private First Class
    Join Date
    Jul 2006
    Location
    New Zealand
    Posts
    7

    Default whats best image file format

    Some advice for an absolute novice please. Is it best to use jpeg of gif images? Which will load quicker and have better quality at the same time? What is the resonable average time for a home page to load allowing for those still with dial up?
    Thanks in advance!

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: whats best image file format

    1- jpeg generally has better quality and compression (smaller file)

    2-It is generally best to keep the graphics tight. By that I mean small file size (few kb each) and not to populate the page with too many. This will go a long way in providing a quick load time for all users.

    Use a picture optimizer to get the best results. I have cable as an ISP and it is pretty fast. However- I have signed up with a free dial-up ISP to test my pages for load times.

    Andy
    PHP- is a blast!

  3. #3
    Join Date
    Jul 2006
    Posts
    286

    Default Re: whats best image file format

    I am finding that in hand painted illustration type photos, GIF is working much better for quality than Jpeg. But my photo images look better as Jpegs. So I think it has to do with what type of "photo" or graphic you are using. You will have to try it several ways to see what looks best to you.

    Being a dialup user myself, (not by choice!) your customers will greatly appreciate if you keep your pages as fast as possible....i just won't wait for slow pages unless I know what I'm waiting for. I do not know the "size" number yet, but I would like to know, also, I'm just beginning to build my pages now that my illustrations are ready to go.

  4. #4
    paperboy's Avatar
    paperboy is offline Sergeant
    Join Date
    Jul 2006
    Location
    Wisconsin, USA
    Posts
    34

    Default Re: whats best image file format

    Hi there,

    You know, I guess I never really thought about dial-up as I was building my website.

    I was wondering if anyone here with dial-up would give my site a click and let me know if it loads too slow.

    If no on can, that's ok too.

    I'm just a bit worried now that it was brought up.

    Thanks,
    Tom
    http://www.local1166.us

  5. #5
    Join Date
    Jul 2006
    Posts
    286

    Default Re: whats best image file format

    paperboy, i have the slowest dial up in the WORLD!!!! And your site wasn't as bad as most. I don't know the exact time it took...but your outside "frame" popped up very quickly and then your text, etc. The only problem were your photos...they took awhile...but were not impossible and not so slow that I gave up....you have a nice site but I only openend the main page.

    The thing about dial up is this---I have heard that at least 70-80% of the internet users are still on dialup. I do not know if that is exact...but I believe it. I live just barely outside of the city limits in a suburb of Dallas...there are tons of people and industry here and you would not consider it rural... but there is no internet cable service. The only alternative is wireless (i don't use a laptop, though) or satellite (which is way to expensive for me right now)....

    So, I suppose that if I am in this boat, most of my customers are, too! Just food for thought!

  6. #6
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,204

    Wink Re: whats best image file format

    Quote Originally Posted by islandcrazy
    The thing about dial up is this---I have heard that at least 70-80% of the internet users are still on dialup. I do not know if that is exact...but I believe it. Just food for thought!
    The figures for dial-up world-wide is 78%, and the US still hovers at 57% despite the hoopla created by the cable conglomerates. Interestingly, the number of US households that now have a computer in the home is 79%, and 44% have at least one additional computer....of all US households, 88% are connected to the internet (somehow, even if by bringing a laptop home).
    Another interesting tidbit: the "slow generation" which is now averaging 52 years old now are using the internet to gather information prior to making a shopping decision (price searching) and have dramatically increased their numbers in the past 2 years from 15% of that age group using the internet to now almost 37%. Also important about this profile: although the 18-40 age group accounts for almost 74% of all online transactions, the 45-55 age group accounts for more than 62% of all online transactions over $5,000...a rather powerful consumer group notwithstanding their level of internet savvy!

    Optimal size for JPG's to be used on websites is 70-100kb (standard "catalog" images supplied from vendors, for example, are usually 75 or 80), and is the preferred format for images of all sorts, as clarity and definition are maintained.
    The GIF (graphic interchange format) is commonly used only for line art (gallery images, fonts, etc.) and animations only, and lacks the *****ness of a JPG file.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  7. #7
    Join Date
    Feb 2006
    Location
    Kings Lynn, Norfolk (UK)
    Posts
    8,719

    Default Re: whats best image file format

    Quote Originally Posted by islandcrazy
    paperboy, i have the slowest dial up in the WORLD!!!! And your site wasn't as bad as most. I don't know the exact time it took...but your outside "frame" popped up very quickly and then your text, etc. The only problem were your photos...they took awhile...but were not impossible and not so slow that I gave up....you have a nice site but I only openend the main page.

    The thing about dial up is this---I have heard that at least 70-80% of the internet users are still on dialup. I do not know if that is exact...but I believe it. I live just barely outside of the city limits in a suburb of Dallas...there are tons of people and industry here and you would not consider it rural... but there is no internet cable service. The only alternative is wireless (i don't use a laptop, though) or satellite (which is way to expensive for me right now)....

    So, I suppose that if I am in this boat, most of my customers are, too! Just food for thought!
    Have to agree with islandlady on this one with the photos & images. Good software will help, like paint shop pro & others.
    As for speeds. In the UK you usually have to be within 4 miles of the phone exchange to get to get 1meg at the 4mile point. This is with copper wire connections. With cable 8 meg is no problem.
    Just a note for any one on dial up, there is lots of services that offer help with dial up, like this one. http://portal.onspeed.com/?rf=http%3A%2F%2Fwww.onspeed.com%2Findex.php&A=Goo gleBT
    I am sure many other countries have the same.

    Cheers,


    Chris.

  8. #8
    richart is offline Private First Class
    Join Date
    Jul 2006
    Location
    New Zealand
    Posts
    7

    Default Re: whats best image file format

    Thanks all for the interesting input. I have tentativly loaded a few pages for the first time so its a bit of trial and error so all of the above advice is very helpful. I hav'nt managed to get all the links working smoothly yet but think I'm on the right track. I'm at richardsmart.com if anyone cares to have a look at my 'learner' attempts.
    Thanks again.

  9. #9
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,204

    Wink Re: whats best image file format

    Quote Originally Posted by Collectors-info
    Have to agree with islandlady on this one with the photos & images. Good software will help, like paint shop pro & others.
    Every Windows computer has a default photo-editor, which you can use effectively to crop and re-size images as JPG's before implementing them on your web applications, and does not require purchasing additional software. MS Publisher also has the capability to manipulate your images, and is commonly included in Windows OS bundles.
    VodaHost makes a picture re-sizer available free as well: http://www.vodahost.com/pix.htm

    For an extremely affordable and incredibly versatile Program to add to your toolbox, look to ACDSee that starts for around $49 and does everything the big names do, and more!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49