Releases: DMsuDev/ASCII_Generator
v0.9.10 Added argparse
Release v0.9.0 - ASCII Generator
Summary:
Basic engine for converting images, videos, and camera input into ASCII. Designed as a functional, straightforward version for testing and feedback.
Changes and improvements included in this release:
- Core functionality: conversion of images, videos, and camera/webcam streaming to ASCII.
- Export support: save output as a text file, image, or video.
- New settings system: persistent configuration in
config.jsonfor user options. - Important fixes: resolved FPS synchronization issues in video and scaling errors when exporting video.
- Logging and debugging: added a logger to assist with diagnostics.
- Documentation: improved the Overview section in **README.md ** and corrected the entry point (now
python src/main.py).
Known limitations:
- Image conversion is very slow.
Planned next steps:
- Optimize performance for higher resolutions and better speed.
- Add customizable character sets and style palettes.
Notes:
This release is simple and focused on establishing a functional foundation for ASCII conversion.
In the future, I plan to optimize it to create a standalone executable. However, with Python and the current dependencies, the executable size would be quite large.
If you find bugs or want to suggest improvements, please open an issue in the repository.
v0.8.0-beta
Betas version (basic) focused on ASCII conversion.
Main features:
- Converts images to ASCII.
- Converts videos to ASCII (playback and export).
- Supports real‑time input from camera/webcam.
- Interactive terminal preview.
- Exports results as text, images, or video.
Notes:
This is a simple and rough release; bugs and limitations may exist.
Improvements are planned for performance, custom character sets, and styling options.
Enjoy, and report any issues in the repository if you encounter problems.