Skip to content

PsylentsLab/imgswap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Swap

Imgswap is a basic tool to swap image formats, resize resolution, and shrink images quickly.

input / output determined by file extension.

Formats

  • JPEG (jpg, jpeg)
  • PNG (png)
  • WebP (webp)
  • TIFF (tif, tiff)
  • GIF (gif)
  • HEIC/HEIF (heic, heif)

Usage

  • imgswap -q 100 input.ext output.ext
  • imgswap -h

Options

-q <quality> - Quality from 1 to 100 - Only affects JPEG, WebP, and HEIC - Default is 90

  • -h
    • Show usage

Dependencies

  • libjpeg, libpng, libwebp
  • libtiff, giflib, libheif

About

Quick and basic CLI image format converter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors