c# - JPEG , Bitmap , PNG printed in console -


I want to take every pixel and print it in the console so that I can see the picture in black and white.

Is this also possible?

I system it Tried to load with IO file, but it does not work

Any suggestions?

Thank you.

No, this is not possible. Windows Command Prompt is strictly text based (essentially all command prompt / terminal are like this). Therefore, you can not display graphical content in the TEXT centric interface.

Only conceivable methods (as far as I can tell) @Ericfin have inquired about this, possibly converting the image into ASCII-art and printing each line in the command line. If you want to move in ASCII direction, you may be able to modify.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -