Skip to content

Commit c62e5eb

Browse files
committed
Reduce EXIF test image sizes, there is still one large image left that I will look into reducing if possible (bug50845.jpg)
The changes in phpts are due to exiftool, I verified that all the images still remain relevant for testing
1 parent 97ff7bb commit c62e5eb

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
-836 KB
Loading
-891 KB
Loading

ext/exif/tests/bug62523_1.jpg

-53.9 KB
Loading

ext/exif/tests/bug62523_1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ var_dump(count(exif_read_data(__DIR__."/bug62523_1.jpg")));
1212
Done
1313
--EXPECT--
1414
Test
15-
int(86)
15+
int(84)
1616
Done

ext/exif/tests/bug62523_2.jpg

-489 KB
Loading

ext/exif/tests/bug62523_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ var_dump(count(exif_read_data(__DIR__."/bug62523_2.jpg")));
1212
Done
1313
--EXPECT--
1414
Test
15-
int(76)
15+
int(72)
1616
Done

ext/exif/tests/bug72735/nokia.jpg

-37 KB
Loading

ext/exif/tests/bug73115/bug73115.jpg

-4.7 MB
Loading

ext/exif/tests/sony.jpg

-25.6 KB
Loading

0 commit comments

Comments
 (0)