/x2png

converts other images to pngs in bulk

Primary LanguageGo

About

Converts other image files to png. Supported formats:

  • webp
  • jpg/jpeg
  • bmp
  • gif

Usage

convert a single file named target.webp

 x2png target.webp

convert all the webp files from target folder

 x2png ./target-folder

remove webp after each convert

 x2png ./target-folder -D

IO

must inputs - single file - file name - directory - dir name - wildcard - regex - scan

selectable - output directory

Components

  • Engine
  • Codec