/auto_png2gif_converter

A small python script to convert a series of png files to gif files

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

auto_png2gif_converter

A small python script to convert a series of png files to gif files

Prerequisites

Usage

  • Convert png files in a current directory into gif files.
  • The script can auto match the animation together, even if the png files are not the same size.

Guidelines

  • png files naming order needs to follow natural sort order.
  • png files size must be less than 54x54 pixels.
  • png files of the same animation needs to be next to each other, based on above naming order.
  • The converted gif might be broken in some special cases.

Build and Run

  • Put your png files into this project folder.
  • Run python main.py.

Example