C# Class ImageGlass.Library.Image.Animation

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ExtractAllFrames ( string animationFile, string destinationFolder ) : void

Extract all frames of animation

Private Methods

Method Description
AnimateImage ( ) : void

This method begins the animation.

SaveFrames ( object sender, System e ) : void

Save current frame

Method Details

ExtractAllFrames() public method

Extract all frames of animation
public ExtractAllFrames ( string animationFile, string destinationFolder ) : void
animationFile string File name
destinationFolder string Output folder
return void