Re: Scale bitmaps using GDI+



Use the Graphics's method DrawImage to scale your image.

"Eric" <Eric@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9443F4FA-B556-42C1-9EF4-24A8D421D73B@xxxxxxxxxxxxxxxx
In one of my applications, I need to perform image scaling, then save the
scaled image to a JPEG file. I can load the original image into a
bitmap/Image object, but, cannot find a method in these two classes to do
the
scaling. Since there is no need to display it, I did not use Graphics
class.
Any ideas?
--
Thanks!
Eric


.