Search:
Forum
General C++ Programming
resize for image bitmap ???
resize for image bitmap ???
Jun 26, 2009 at 9:56am UTC
aazz
(2)
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
Jun 26, 2009 at 10:09am UTC
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.
Jun 29, 2009 at 8:33am UTC
almos
(2)
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.
Jun 29, 2009 at 10:59am UTC
george135
(268)
Just use StretchBlt()
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs