Skip to content

Commit 2d96fdd

Browse files
committed
Shrink another large image
This image is only used for testing `BITMAPV5HEADER` support in `getimagesize()` (see bf9ad4e). Therefore it is not necessary to have a big image; a single pixel is sufficient.
1 parent 74a696d commit 2d96fdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/standard/tests/image/getimagesize.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ array(13) {
4242
["test1bpix.bmp"]=>
4343
array(6) {
4444
[0]=>
45-
int(500)
45+
int(1)
4646
[1]=>
47-
int(345)
47+
int(1)
4848
[2]=>
4949
int(6)
5050
[3]=>
51-
string(24) "width="500" height="345""
51+
string(20) "width="1" height="1""
5252
["bits"]=>
5353
int(32)
5454
["mime"]=>
-674 KB
Binary file not shown.

0 commit comments

Comments
 (0)