Browse Source

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
pull/2686/head
Kalle Sommer Nielsen 9 years ago
parent
commit
c62e5eb0a9
  1. BIN
      ext/exif/tests/bug50660/bug50660-1.jpg
  2. BIN
      ext/exif/tests/bug50660/bug50660-2.jpg
  3. BIN
      ext/exif/tests/bug62523_1.jpg
  4. 2
      ext/exif/tests/bug62523_1.phpt
  5. BIN
      ext/exif/tests/bug62523_2.jpg
  6. 2
      ext/exif/tests/bug62523_2.phpt
  7. BIN
      ext/exif/tests/bug72735/nokia.jpg
  8. BIN
      ext/exif/tests/bug73115/bug73115.jpg
  9. BIN
      ext/exif/tests/sony.jpg

BIN
ext/exif/tests/bug50660/bug50660-1.jpg

Before

Width: 2560  |  Height: 1920  |  Size: 860 KiB

After

Width: 1  |  Height: 1  |  Size: 24 KiB

BIN
ext/exif/tests/bug50660/bug50660-2.jpg

Before

Width: 2560  |  Height: 1920  |  Size: 917 KiB

After

Width: 1  |  Height: 1  |  Size: 26 KiB

BIN
ext/exif/tests/bug62523_1.jpg

Before

Width: 751  |  Height: 533  |  Size: 72 KiB

After

Width: 1  |  Height: 1  |  Size: 18 KiB

2
ext/exif/tests/bug62523_1.phpt

@ -12,5 +12,5 @@ var_dump(count(exif_read_data(__DIR__."/bug62523_1.jpg")));
Done
--EXPECT--
Test
int(86)
int(84)
Done

BIN
ext/exif/tests/bug62523_2.jpg

Before

Width: 1024  |  Height: 683  |  Size: 504 KiB

After

Width: 1  |  Height: 1  |  Size: 15 KiB

2
ext/exif/tests/bug62523_2.phpt

@ -12,5 +12,5 @@ var_dump(count(exif_read_data(__DIR__."/bug62523_2.jpg")));
Done
--EXPECT--
Test
int(76)
int(72)
Done

BIN
ext/exif/tests/bug72735/nokia.jpg

Before

Width: 10  |  Height: 8  |  Size: 50 KiB

After

Width: 1  |  Height: 1  |  Size: 13 KiB

BIN
ext/exif/tests/bug73115/bug73115.jpg

Before

Width: 3664  |  Height: 2742  |  Size: 4.7 MiB

After

Width: 1  |  Height: 1  |  Size: 12 KiB

BIN
ext/exif/tests/sony.jpg

Before

Width: 1024  |  Height: 576  |  Size: 61 KiB

After

Width: 1  |  Height: 1  |  Size: 35 KiB

Loading…
Cancel
Save