qc, short for Quick Convert, is a tool for converting between file formats. It relies on existing libraries such as libvips to perform the conversions. The goal is to provide a single entrypoint, for performing any file conversion you can think of.
Windows is not currently supported
Using homebrew
brew install simse/qc
From source
- Clone the repo
- Install
libvips
andbuild-essentials
- Run
go run build.go --enable-cgo
Go to any folder and type
qc jpg
or pick some other format and watch the magic happen.
Pull requests are welcome. For major changes, please create a discussion first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Do anything you want, except redistributing closed-sourced versions.