Skip to content

Rezia23/ASCII-art-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art

Project for my school assignement in Object Oriented Programming class.

The idea of this project is to load images, translate them into ASCII ART images, optionally apply filters, and save them. (https://courses.fit.cvut.cz/BI-OOP/projects/ASCII-art.html)

How to do it

  1. Read the instructions
  2. Play lofi hip hop radio
  3. ???
  4. Profit

Supported program arguments:

  • Load image
    • --image relative/or/absolute/path.jpg //supports jpg, jpeg, png
    • --image-random //loads random image
  • Export image
    • --output-console
    • --output-file relative/or/absolute/path
  • Filter image
    • --scale X //supports X from (1, 0.25, 4)
    • --rotate X //supports X multiple of 90
    • --flip X //supports X from (x, y)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages