Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 763 Bytes

GifFrameExtractor

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.

Installation

  1. Clone this repository.
  2. Open the solution in Visual Studio.
  3. Build the solution.

Usage

  1. Click on "Select Local File" to choose a local GIF file.
  2. Or enter a URL in the text box and click "Download File".
  3. 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.
  4. The tool will automatically convert the GIF to JPG.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.