Jump to content

Catalog Effect


mutleey
 Share

Recommended Posts

Yes it is simply a GIF animation.  Look example of _GDIPlus_ImageGetFrameCount  in help file.  It is a  good way to implement GIF animation.  Personally, I use AdlibRegister function at every 10ms, to see if it is time to display next frame...

Link to comment
Share on other sites

13 minutes ago, Nine said:

Yes it is simply a GIF animation.  Look example of _GDIPlus_ImageGetFrameCount  in help file.  It is a  good way to implement GIF animation.  Personally, I use AdlibRegister function at every 10ms, to see if it is time to display next frame...

Thanks for the reply Nine, would you have any examples of how you used it?

Link to comment
Share on other sites

Like I already told you,  Look example of _GDIPlus_ImageGetFrameCount  in help file.  Start with this, then read file instead of memory with _GDIPlus_ImageLoadFromFile.  Put some code together, and come back with what you have tried...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...