2025-03-14 21:59:59 -06:00
|
|
|
# asciiart
|
|
|
|
|
|
|
|
|
|
> Konvertiere Bilder zu ASCII.
|
2025-12-16 10:20:31 -07:00
|
|
|
> Weitere Informationen: <https://github.com/nodanaonlyzuul/asciiart#in-the-command-line>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Lese ein Bild aus einer Datei und zeige es als ASCII:
|
|
|
|
|
|
|
|
|
|
`asciiart {{pfad/zu/datei.jpg}}`
|
|
|
|
|
|
|
|
|
|
- Lese ein Bild aus einer URL und zeige es als ASCII:
|
|
|
|
|
|
|
|
|
|
`asciiart {{www.example.com/bild.jpg}}`
|
|
|
|
|
|
|
|
|
|
- Wähle die Breite der Ausgabe (standardmäßig 100):
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`asciiart {{[-w|--width]}} {{50}} {{pfad/zu/bild.jpg}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Zeige die Ausgabe in Farbe:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`asciiart {{[-c|--color]}} {{pfad/zu/bild.jpg}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Wähle das Ausgabeformat (standardmäßig text):
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`asciiart {{[-f|--format]}} {{text|html}} {{pfad/zu/bild.jpg}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Invertiere die Zeichentabelle:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`asciiart {{[-i|--invert-chars]}} {{pfad/zu/bild.jpg}}`
|