Skip to content

hoyangtsai/all-apng2gif

Repository files navigation

all-apng2gif

Batch convert apng images to gif images

Install

npm install -g all-apng2gif

Usage

Method 1

# change directory to apng folder
cd [apng_dir]
# execute oapng2gif, all of the png files converted to gif files within the folder
oapng2gif

Method 2

# oapng2gif tailing with image paths afterward, serializing converting gif files to the source directory
oapng2gif [apng_source1] [apng_source2] [...]

To-do

  • Desktop application
  • iOS shortcut integration