resize for image bitmap ???

hi
I need source code VC++6.0 to resize bitmap (console), not MFC
intput :
1. path file bmp
2. scale
output : path file bmp.

sorry, I needing hurry.
thanks very much
wish your help
closed account (S6k9GNh0)
I think this is homework.. I wonder if it's from the usual group of college programming retards? Meh...

HELP: Well, the way to show an actual bitmap inside of a console is more or less a hack. Google it and you'll get more specifics.
I've been dealing with similar problem lately. My advice would be to use the GD library (www.libgd.org). I'd post the C code I wrote for resizing the picture if you like - only that it focuses on image formats other than BMP.
Just use StretchBlt()
Topic archived. No new replies allowed.