1.1.0 • Published 2 years ago

all-apng2gif v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

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

  • Electron desktop application
  • iOS shortcut integration