Results 1 to 2 of 2

Thread: Thumbnail viewing

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    12
    I am using an array of 25 image controls to display 25 images as thumbnails in a browser screen. Unfortunately the images take a while to display depending on the size of the images, so how can I speed up the process. For example one of my mates is using my program but says the images display faster if they are BMP format. But I want the browser screen to show the files in any format without the user haveing to convert them first. Anyway, why should a BMP image display faster than a TIF or GIF, for example, when the BMP image is larger in bytes?
    I've tried various thumbnail browser codes and ocx's but even they seem to display even slower than mine!
    My program is free (go to http:\\timesup.50megs.com to download the prog) so I dont want to pay for a professionally designed control or code.

  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Location
    Croatia
    Posts
    200
    BMP images load faster because they are not compressed, unlike GIF or JPG images which uses a bit complex compression so it takes more time do decode them.

Posting Permissions

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



Click Here to Expand Forum to Full Width