Producing ascii art via C#

前端 未结 3 1558
渐次进展
渐次进展 2021-01-05 19:13

I once did a programming test for a job, which involved producing ASCii art in C#. I didn\'t really do well at this, as I had little idea or experience of doing this in C# (

3条回答
  •  囚心锁ツ
    2021-01-05 19:26

    Have a read at this post http://www.c-sharpcorner.com/UploadFile/dheenu27/ImageToASCIIconverter03022007164455PM/ImageToASCIIconverter.aspx

    It allows you to upload an image which will be converted into ASCII art :) Pretty cool stuff.

    CodeProject has a sample too http://www.codeproject.com/KB/web-image/ascii_art_with_c_.aspx

提交回复
热议问题