Added "ImageAlpha" option to the IMAGE meter.

Changed the interpolation mode in AntiAlias=1 to Default from Bicubic. There is a possibility that this change will be changed again in the future.
This commit is contained in:
spx
2010-02-20 00:39:08 +00:00
parent 0bcd8c30fc
commit 16b1918af3
3 changed files with 32 additions and 3 deletions

View File

@ -49,6 +49,7 @@ private:
bool m_WidthDefined;
bool m_HeightDefined;
bool m_PreserveAspectRatio; // If true, aspect ratio of the image is preserved when the image is scaled
int m_ImageAlpha; // Transparency value 0 - 255
HGLOBAL m_hBuffer;
FILETIME m_Modified;
};