images.loader: Disable saving a bmp on win32.

This is probably fixable with enough auditing of the gdiplus flat
interface.
master
Doug Coleman 2020-03-10 03:53:14 -05:00
parent fcc225466f
commit 39f8abc764
1 changed files with 4 additions and 2 deletions

View File

@ -40,10 +40,12 @@ os { linux windows } member? [
] [ unknown-image-extension? ] recover ] [ unknown-image-extension? ] recover
] unit-test ] unit-test
! Windows can't save .bmp-files for unknown reason. It can load ! Windows 32 can't save .bmp-files for unknown reason. It can load
! them though. ! them though.
{ t } [ { t } [
64bit? [
open-png-image dup "bmp" convert-to = open-png-image dup "bmp" convert-to =
] when
] unit-test ] unit-test
{ t } [ { t } [