Loading Graphics Incrementally

Discussion in 'ASP.NET / ASP.NET Core' started by JonO, Jan 12, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Not only photoshop, interlacing is a specific technique available in most graphics proggies.

    quote:Originally posted by dasp

    I believe there is an Interlace option when saving images in Photoshop.
    </blockquote id="quote"></font id="quote">

    Jon
    (Information doesn't want to be free, it wants to be sixty-nine cents @ pound)
     
  2. I have some graphics on my pages that are rather large (60-90K or so)
    and take around 30 seconds to load on a 56K modem. Question: how
    can I set things up (in code, or by using the graphic's properties) so that the graphic(s) will load incrementally; that is, immediately displayed, though not fully rendered (I see this on some web sites), and then over the next few seconds the picture become clearer until it's fully rendered?

    Thanks

    Steve
     
  3. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    I believe there is an Interlace option when saving images in Photoshop.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page