1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

Swap bmp test images for png

Functionally it doesn't matter what kind of images we store for the
tests, as _LOADIMAGE() will open them exactly the same. png however has
the advantages of being substantially smaller, and also viewable
directly on GitHub in PRs, making them easier to review.
This commit is contained in:
Matthew Kilgore 2022-11-09 21:46:50 -05:00
parent 4799c9b7d0
commit c5e2be53f9
18 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ _Dest test1&
Circle (64, 25), 25, 7
Paint (64, 25), TILE$, 7
AssertImage test1&, "tile_border_black_bg.bmp"
AssertImage test1&, "tile_border_black_bg.png"
System
'$include:'../utilities/imageassert.bm'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

View file

@ -17,7 +17,7 @@ Line (0, 0)-(127, 49), 7, BF
Circle (64, 25), 25, 0
Paint (64, 25), TILE$, 7
AssertImage test1&, "tile_border_black_nocolor.bmp"
AssertImage test1&, "tile_border_black_nocolor.png"
System
'$include:'../utilities/imageassert.bm'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

View file

@ -22,7 +22,7 @@ Pset (64, 25), 15 ' Set the starting location a third color
Paint (64, 25), TILE$, 0
AssertImage test1&, "tile_border_white_bg.bmp"
AssertImage test1&, "tile_border_white_bg.png"
System
'$include:'../utilities/imageassert.bm'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

View file

@ -17,7 +17,7 @@ Line (0, 0)-(127, 49), 7, BF
Circle (64, 25), 25, 0
Paint (64, 25), TILE$, 7
AssertImage test1&, "tile_border_white_nocolor.bmp"
AssertImage test1&, "tile_border_white_nocolor.png"
System
'$include:'../utilities/imageassert.bm'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

View file

@ -13,7 +13,7 @@ _Dest test1&
Circle (64, 25), 25, 7
Paint (64, 25), TILE$
AssertImage test1&, "tile_noborder_black_bg.bmp"
AssertImage test1&, "tile_noborder_black_bg.png"
System
'$include:'../utilities/imageassert.bm'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

View file

@ -16,7 +16,7 @@ Line (0, 0)-(127, 49), 7, BF
Circle (64, 25), 25, 0
Paint (64, 25), TILE$
AssertImage test1&, "tile_noborder_white_bg.bmp"
AssertImage test1&, "tile_noborder_white_bg.png"
System
'$include:'../utilities/imageassert.bm'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B