Jump to content

Recommended Posts

Posted (edited)

Hello everyone, would it be possible to create this effect (which seems to bring the image forward) with autoit?

Any help is welcome .. I don't even know where to start.

 

effect.gif

Edited by mutleey
Posted

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...

Posted
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?

Posted

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...

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
  • Recently Browsing   0 members

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