images.loader: Windows can save bmp files.

If there is a crasher, we can debug it.
master
Doug Coleman 2020-03-06 22:59:30 -06:00
parent 9bb9afd5cc
commit 96b891f5d8
1 changed files with 3 additions and 9 deletions

View File

@ -42,15 +42,9 @@ os { linux windows } member? [
! Windows can't save .bmp-files for unknown reason. It can load
! them though.
os windows? [
[
open-png-image "foo.bmp" temp-file save-graphic-image
] [ unknown-image-extension? ] must-fail-with
] [
{ t } [
open-png-image dup "bmp" convert-to =
] unit-test
] if
{ t } [
open-png-image dup "bmp" convert-to =
] unit-test
{ t } [
"vocab:images/testing/bmp/rgb_8bit.bmp" load-image dup