Display images inside the terminal using 24-bit colors
Creates a dynamically generated gradient image taken from passed arguments
- ✔️
swap x and y arguments correctly - clean up Pixel and Image classes
- ✔️
dynamically get the current terminal size (so that the image can fill whole terminal) - Create classes that can open some popular image formats (.png, .jpeg, etc.)
- Translate opened images to the terminal
Make sure to be in the build/
directory.
Run CMake to configure the project and generate a native build system:
cmake ../
Call the build system:
cmake --build .
./climage