Staredit Network

Staredit Network -> Miscellaneous -> DOS console image displayer
Report, edit, etc...Posted by Clokr_ on 2005-09-20 at 18:33:45
I started a C++ project to make a picture scaler; however I didn't feel like making a GUI, so I made it console-based. To preview the picture I've made a console bitmap displayer that currently supports 16bpp and 24bpp windows bitmaps. It doesn't scale anything yet, but the console-based pictures are so cool that I'm posting some of them here so your guys can check them out happy.gif

[attachmentid=14043]
that's one of the pictures that come with windows in some folder inside 'my images' or something like that. Using the highest screen resolution and reducing the screenshot size.

[attachmentid=14044]
a protoss pylon in console mode!!
Report, edit, etc...Posted by Slyence on 2005-09-20 at 18:43:32
Holy crap, That is some kind of hardcore C++ programming.

I want to scroll into a Zealots head.
Report, edit, etc...Posted by scwizard on 2005-09-20 at 19:46:16
Doodle77:
awesome, i wonder if you could use something other than periods, i think there is a rectangle character. ▓ #178 <-- use that
Report, edit, etc...Posted by BeeR_KeG on 2005-09-20 at 20:30:07
It's pretty good, looks like a mosaic.

Gives me an idea to hold a contest for a Starcraft mosaic.

BTW: Ya se cual es tu nombre bleh.gif
Report, edit, etc...Posted by Syphon on 2005-09-20 at 20:36:04
This is just the worlds greatest ASCII art generator... Or has potential to become one.
Report, edit, etc...Posted by Clokr_ on 2005-09-21 at 10:33:12
Well, here's my program. It's not finished yet (it doesn't scale pictures yet), but I've made some updates. Now it displays '·' characters too and not only '*'. Also you can modify some options from the dos console.

Get some cool pictures and post some cool screenshots happy.gif
TIP: sprite-like / game-based / computer-drawn pictures work better than photos.

Edit:
TIP2: Click on the command prompt icon and go to 'properties'; there, in the 'font' tab select the 8x8 bitmap font for best view.

QUOTE(Slyence @ Sep 20 2005, 11:43 PM)
Holy crap, That is some kind of hardcore C++ programming.

I want to scroll into a Zealots head.
[right][snapback]318297[/snapback][/right]

It wasn't so hard...
About the zealot head, do it yourself, here I attach the program happy.gif
(btw, it doesn't scale anything, it's just that the dos console font is bigger than a pixel ;P)


QUOTE(m.r.bob @ Sep 21 2005, 12:45 AM)
Doodle77:
awesome, i wonder if you could use something other than periods, i think there is a rectangle character. ▓ #178 <-- use that
[right][snapback]318360[/snapback][/right]

I've already tried and it looks too much squareish; like when you zoom in a bitmap and you see the pixels. Astheriscs work much better happy.gif


QUOTE(BeeR_KeG @ Sep 21 2005, 01:29 AM)
It's pretty good, looks like a mosaic.

Gives me an idea to hold a contest for a Starcraft mosaic.

BTW: Ya se cual es tu nombre  bleh.gif
[right][snapback]318403[/snapback][/right]

Thanks, but how could you make a contest? they are just bmps displayed on the dos console...
Btw, yeah, I didn't care about deleting the window bars with the paths... I don't care much anyway. If you wanted to know my name you could just ask me anyway...


QUOTE(Syphon @ Sep 21 2005, 01:35 AM)
This is just the worlds greatest ASCII art generator... Or has potential to become one.
[right][snapback]318411[/snapback][/right]

I don't think so... I mean, all that it paints are '*' and now '·' too. It looks cool just because it has colors; but if you copy the text you lose all those colors, you only get astheriscs.


ADDITION:
UPDATE: More pictures:

[attachmentid=14062]
Pylon and photon cannon over snow

[attachmentid=14063]
A protoss stasis cell
Report, edit, etc...Posted by Pie_Sniper on 2005-09-21 at 15:15:44
It looks like it uses a lot more than 16 colors until you really examine it smile.gif

I thought you were using the Û, ░, ▒, and ▓ characters to give the illusion of different colors. Anyways, I guess it's pretty cool smile.gif
Report, edit, etc...Posted by Centreri on 2005-09-21 at 15:18:18
Nice program.
Handy for making starcraft art for webpages.. *smacks himself on the head*
Why didnt i think of it before!!
Next Page (1)