CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15

Threaded View

  1. #1
    Join Date
    Apr 2009
    Posts
    1,357

    [VB6] disposed animated gif files

    i have 1 module for read diposed animated gif files.
    but i belive that i have some errors on it
    heres the code for read the disposed value:
    Code:
    DisposalCode(TotalFrames) = ((Asc(Mid$(sBuff, lngFind + 4, 1)) \ 4) And 3)
    i belive that isn't right by some reason
    0 - normal animation;
    1 - frame1 + frame2(these frame has the same size)(transparent);
    2 - frame1 + frame2(only part of the image for be changed)(transparent).
    (at least i belive that these is the right "formulas")
    can anyone help me?
    thanks
    Attached Files Attached Files

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

Featured