The console is for simple text i/o. It is not designed for graphics. If you want to display a picture, you are better off creating an actual window and not using the console.
There are libraries around which make this easier. What kind of program are you trying to make?