Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

phaezer/gowebp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gowebp

gowebp is a tiny cli tool used to create webp images from jpegs and png files the tool will create webp images alongside the jpeg and png files it finds in a target directory with the same base file name

  • requires libwebp to be installed

Usage:

  -append string
        append string to the end of file name
  -d string
        the directory to crawl
  -dry-run
        whether to handle this as a dry run and only print target files
  -min-size string
        smallest file size that will have a webp image created (default "10KB")
  -prepend string
        prepend string to the beginning of file name
  -q uint
        the quality for the webp images
  -r    replace existing webp files
  -w int
        the number of worker routines to spawn. Defaults to number of CPUs

About

create webp images alongside jpegs and pngs in a target directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages