# img-to-ascii A very small ascii art generator. ## Goals - [x] Generates basic ASCII art based of .jpg or .png images - [x] Generate .txt files - [x] Allow to specify width ## Install The best way to install this software is via cargo. ``` $ cargo install img-to-ascii ``` ## Usage ``` $ img-to-ascii [OPTIONS] ``` # Example of ascii art generated by art-ot-ascii: ``` ; ;; ; ;; ;;; ;;;;;;;;; ;; ; ;;;;;;;;;;;;;;;;;;;;;; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ; ;; ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ;; ;;;; ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;; ;;;; ;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;; ;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;; ;;; ;;;;;;;;;;;;;;;;;;██ ;;;;; ██ ;;;;;;;;;;;;;;; ;;; ;;;;;;;;;;;;;;;;;;;;; ██ ;;;;: ██ ;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;; ;;;;; ;;;;;;;;;;;;;;;;; ;;;;;:;;;;;;;;;;;;;;;;;.;;;;;;;;;;;;;;;;;;;;;;;:::;;;;; ;;;; :: :::;;;;;;;;;;;;;;; ;;;;;;;;;;;:::: :: ;;; ;;; :: ::::::::;;;;;;;;:::::::: :: ;;; ;;; : : ;; ;; ; ; ; ``` *Rustacean* ``` ;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;; ;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ;;;;;;;;;;;;;;;;;;;;;;;; ;;;;; ;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;; &&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ;;;;;;;;; &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&&&&&&&&& &&&&& &&&&&&&&&&&&&&&&&&&&&&&& &&&& &&&&&&&&&&&&&&&&&&&&&&&& &&&&& &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&&&&&&&&&&& ``` *Python logo*