Results 1 to 4 of 4

Thread: transparent images

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    transparent images

    is it possible just to load a transparent gif the same way as i'd load a bitmap?

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    its not looking like it

  3. #3
    Addicted Member
    Join Date
    Nov 2002
    Posts
    195
    I think you'll have to be more specific about the problem.
    Using Visual Studio .NET 2005

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width