GifFrameExtractor is a tool that allows you to extract frames from GIF files and save them as JPG images. It supports both local files and URLs.
- Clone this repository.
- Open the solution in Visual Studio.
- Build the solution.
- Click on "Select Local File" to choose a local GIF file.
- Or enter a URL in the text box and click "Download File".
- Click "Select Output Folder" to choose where to save the JPG images. If no folder is selected, the images will be saved in an "output" folder in the current directory.
- The tool will automatically convert the GIF to JPG.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.