Skip to content

HueByte/ConsoleImager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleImager

Print your image in console!
Now with all the colors you want

./ConsoleImager {link} {[Optional]height} {[Optional]width}

⚙️ Usage

🪟 Windows

Command syntax:

./ConsoleImager.exe {link} {[Optional]height} {[Optional]width}

Examples:

./ConsoleImager.exe "https://upload.wikimedia.org/wikipedia/en/e/ed/Nyan_cat_250px_frame.PNG"
./ConsoleImager.exe "https://upload.wikimedia.org/wikipedia/en/e/ed/Nyan_cat_250px_frame.PNG" 100 
./ConsoleImager.exe "https://upload.wikimedia.org/wikipedia/en/e/ed/Nyan_cat_250px_frame.PNG" 100 50 

🐧 Linux

Configuration Allow user to use the program

chown $USER:$USER ConsoleImager
chmod 755 ./ConsoleImager

Command syntax:

./ConsoleImager {link} {[Optional]height} {[Optional]width}

🏗️ Build it yourself

If release doesn't contain your OS system, you can build one by yourself!

Example of publish command in ConsoleImager/src folder

dotnet publish -c release -r linux-x64 -p:PublishSingleFile=true -o ./linux-x64 

Publish command docs: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish

RID publish docs: https://learn.microsoft.com/en-us/dotnet/core/rid-catalog

Result example

Draxis

"rendering" video