Liquid is a media editor command-line interface (CLI)
- run
git submodule update --init
to install dependencies
cmake -B ./build/ -G "MinGW Makefiles" -S .
cmake --build ./build/ --config Release
- run cmake commands to build from source
liquid [OPTIONS] [FILES]
display or edit media files
-h, --help display help and exit
-a, --all show all info
- open single image file
- open and navigate between multiples image file using the left key (h) and right key (l)
- edit image with simple feature
Liquid is fast