]> OCCT Git - occt-copy.git/commit
0029184: Visualization - DrawWindow::Save() fails when using WinCodec with PNG codec
authorkgv <kgv@opencascade.com>
Wed, 13 Sep 2017 15:12:57 +0000 (17:12 +0200)
committerkgv <kgv@opencascade.com>
Mon, 4 Dec 2017 18:20:51 +0000 (21:20 +0300)
commit145f5ef292ce936618d11cd61d24343248bb1612
tree5be07affdfee424cb45dc0fdcaf1b98af3314d77
parent186aedd02240155ea4e80f75a3f1731e7f776a61
0029184: Visualization - DrawWindow::Save() fails when using WinCodec with PNG codec

DrawWindow::Save() now uses Image_Format_BGR instead of Image_Format_BGR32
for better compatibility with image encoders when dumping WinAPI bitmap.
src/Draw/Draw_Window.cxx