-Reduce usage of .unwrap()
-Exit with exit code 1 in case of error, instead of panic
-Remove --verbose flag
-Add experimental sixel feature flag
-Add --blocks flag to force block output
-Bump dependencies to latest versions
Small command-line application to view images from the terminal written in Rust.
It is basically the front-end of `viuer`. It uses the Kitty graphics protocol,
if supported. If not, lower half blocks are displayed insread.
Features:
- Animated GIF support
- Accept media through stdin
- Custom dimensions
- Transparency