🇬🇧 Convert images to ASCII — fast and flexible
🇪🇸 Convierte imágenes a ASCII — rápido y flexible
🇬🇧
ImageAscier-V2 is a C++17 tool that converts images into ASCII art. It supports multiple output modes: display in the terminal, export to a text file, and export as an image. It is Linux-only and relies on OpenCV for image handling.
🇪🇸
ImageAscier-V2 es una herramienta en C++17 que convierte imágenes en arte ASCII. Soporta varios modos de salida: mostrar en terminal, exportar a un archivo de texto y exportar como imagen. Funciona únicamente en Linux y depende de OpenCV.
🇬🇧
- Linux system
cmake(>= 3.10)g++with C++17 support- OpenCV (>= 4.0)
🇪🇸
- Sistema Linux
cmake(>= 3.10)g++con soporte para C++17- OpenCV (>= 4.0)
🇬🇧
sudo apt update
sudo apt install libopencv-dev🇪🇸
sudo apt update
sudo apt install libopencv-dev
📦 Compile the Project · Compilar el proyecto🇬🇧 The project includes a build script that configures and compiles everything automatically. You can also use the provided precompiled binary if compatible.
🇪🇸 El proyecto incluye un script que configura y compila todo automáticamente. También puedes usar el binario precompilado si es compatible.
chmod +x build.sh
./build.shThen run:
./image_ascier_v2📁 Project Structure · Estructura del proyecto
ImageAscier-V2/
├── SOURCE_CODE/
│ ├── scr/ # Main logic / Lógica principal
│ ├── includes/
│ │ ├── ImageProcessor/ # ASCII conversion
│ │ └── OutputModes/ # Output modes / Modos de salida
├── image_ascier_v2 # Precompiled binary / Binario precompilado
├── build.sh # Build script / Script de compilación
├── CMakeLists.txt # CMake project file
└── README.md # This file / Este archivo
🎨 Output Modes · Modos de salida 🇬🇧
Console Output – Print ASCII art to terminal
File Output – Save as output.txt
🇪🇸
Salida por consola – Muestra el arte ASCII en la terminal
Salida a archivo – Guarda como output.txt
🐞 Known Issues · Problemas conocidos 🇬🇧
Only works on Linux
Requires OpenCV installed system-wide
🇪🇸
Solo funciona en Linux
Requiere OpenCV instalado en el sistema
👤 Author · Autor Created by @H3rHex
📄 License · Licencia MIT License You are free to use, modify and distribute this project.
Licencia MIT Eres libre de usar, modificar y distribuir este proyecto.