|
-
Dec 6th, 2002, 09:57 PM
#1
Thread Starter
Frenzied Member
transparent images
is it possible just to load a transparent gif the same way as i'd load a bitmap?
-
Dec 6th, 2002, 10:15 PM
#2
Thread Starter
Frenzied Member
-
Dec 7th, 2002, 09:45 AM
#3
Addicted Member
I think you'll have to be more specific about the problem.
Using Visual Studio .NET 2005
-
Dec 7th, 2002, 10:47 AM
#4
You mean with the LoadImage API? No, this works only for BMPs.
Somewhere there must be the format specification for the GIF format (e.g. wotsit.org), there you'll also find how to load the various frames of an animated GIF. Unless you find a library you'll have to write your own loading routine.
Maybe GDI+ can load animated GIFs, but I only know about normal GIFs.
Don't forget that the GIF compression algorithm is patented and that you have to pay licensing fees if you want to encode GIFs. Loading is ok, but not compressed saving.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|