PDA

View Full Version : Building animated GIFs


bruce
08-07-2004, 02:16 AM
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...)

[b]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

pgaston
08-07-2004, 05:33 AM
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