mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[MSPAINT] Support converting to black and white (#5554)
- Add ImageModel::IsBlackAndWhite and ImageModel::PushBlackAndWhite helper functions. - Add CAttributesDialog::m_bBlackAndWhite. - If IDD_ATTRIBUTESRB4 is checked, then make the bitmap black and white. - Add IDS_LOSECOLOR to show message. CORE-19094
This commit is contained in:
parent
97f59fa545
commit
e6c23361a1
36 changed files with 100 additions and 2 deletions
|
@ -64,6 +64,7 @@ public:
|
|||
public:
|
||||
int newWidth;
|
||||
int newHeight;
|
||||
BOOL m_bBlackAndWhite;
|
||||
};
|
||||
|
||||
class CStretchSkewDialog : public CDialogImpl<CStretchSkewDialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue