Loading...
Loading...
Convert sequence frame images or Sprite Sheets into high-quality GIF animations. Supports custom FPS, layout splitting, and loop playback.
npx skill4agent add guanyang/super-publisher gif-maker--max-size--fps--layout4x4--loop--max-size.venv# Basic Usage 1: Read sequence frames from a folder
./skills/gif-maker/scripts/run.sh /path/to/frame_folder --output my_anim.gif
# Basic Usage 2: Generate from a single Sprite Sheet (layout required)
./skills/gif-maker/scripts/run.sh /path/to/sheet.png --layout 4x4 --output my_sheet_anim.gif
# Common Options:
# - Specify FPS (e.g., 24)
./skills/gif-maker/scripts/run.sh /path/to/folder --fps 24
# - Enable auto-compression (limit file size to 950KB)
./skills/gif-maker/scripts/run.sh /path/to/folder --max-size 950gifsiclebrew install gifsiclesudo apt-get install gifsiclepython3 -m venv skills/gif-maker/.venv
source skills/gif-maker/.venv/bin/activate
pip install -r skills/gif-maker/requirements.txt
python3 skills/gif-maker/scripts/make_gif.py ...source--output-ooutput.gif--fps--layoutsourcerowsxcolumns4x4--max-sizeframes/01.png02.png10.png./skills/gif-maker/scripts/run.sh frames/ -o animation.gif --fps 15sheet.png./skills/gif-maker/scripts/run.sh sheet.png --layout 4x4 -o action.gif --max-size 950