Building animated GIFs

Discussion in 'ASP.NET / ASP.NET Core' started by Bruce, Aug 7, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    ASPImage is a COM object and should not be used with asp.net

    You may be better off finding a asp.net component.

    quote:Originally posted by pgaston

    Okay, I want to deliver an animated gif that I build myself in code - C#, asp.net.

    (Doing this through asp.net alone looks tough. Microsoft will save a static gif - but apparently won't support the gif 'extensions' - the copyright thing? Basically it looks like cracking open the gif file format and writing bytes out...)

    So I'm on to ASPImage. How the heck do I interface to this thing from my asp.net code? Any examples? (I couldn't find any on the vendor site.)

    Thanks!!!
    p

    </blockquote id="quote"></font id="quote">

    B.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  2. Okay, I want to deliver an animated gif that I build myself in code - C#, asp.net.

    (Doing this through asp.net alone looks tough. Microsoft will save a static gif - but apparently won't support the gif 'extensions' - the copyright thing? Basically it looks like cracking open the gif file format and writing bytes out...)

    So I'm on to ASPImage. How the heck do I interface to this thing from my asp.net code? Any examples? (I couldn't find any on the vendor site.)

    Thanks!!!
    p
     
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