Simple tools Convert both image and video to ascii ヽ(°〇°)ノ
- xascii is simple tools that can convert image and video files into ascii (* ̄▽ ̄)b
- Fast image and video processing written in Rust
- Supports multiple image and video formats (PNG, JPG, JPEG, GIF , MP4 , MOV , MKV , ETC)
- Customizable ASCII character sets
- Preserves aspect ratio
- Terminal-friendly output
git clone https://github.com/noraainuse/xascii
cd xascii
cargo build --release
cargo run
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustc --version
cargo --version
- Install Visual Studio Build Tools
- Install Git for Windows
- Ubuntu/Debian
sudo apt-get update
sudo apt-get install build-essential pkg-config
- Arch linux
sudo pacman -S base-devel
- Fedora
sudo dnf groupinstall "Development Tools"
xcode-select --install
If you encounter any issues:
- Ensure your Rust toolchain is up to date:
rustup update
- Clear Cargo cache:
cargo clean
- Check system dependencies
- Try rebuilding with verbose output:
cargo build -v