Is it possible to smooth a scaled TBitmap in Delphi?

Posted by Brian Frost on Stack Overflow See other posts from Stack Overflow or by Brian Frost
Published on 2010-05-07T11:11:39Z Indexed on 2010/05/07 11:18 UTC
Read the original article Hit count: 209

Filed under:
|
|
|
|

I am using Stretched=True on a TBitmap with a 256x256 image. This gets scaled down by 1,2,4 or 8. As expected, text on the bitmap gets more horrible the more I depart from '1'. I notice though that Windows 7 explorer renders a scaled down version of the bitmap 'softer' and more pleasing. Is it possible to 'blur' a TBitmap in this way?

© Stack Overflow or respective owner

Related posts about tbitmap

Related posts about blur