Skip to content

Instantly share code, notes, and snippets.

View Mauricio-JA's full-sized avatar

Mauricio Justiniano Mauricio-JA

View GitHub Profile
@Mauricio-JA
Mauricio-JA / convert_to_ascii.sh
Created May 7, 2025 15:28
Scripts para convertir a ascii los frames de un gif para el repo de ascii-live. Requiere instalar `ascii-image-converter`
#!/bin/bash
# Directorio donde están las imágenes .png
DIRECTORY="./dir1"
# Cambiar al directorio de las imágenes
cd "$DIRECTORY"
# Crear carpeta de salida
OUTPUT="./output"