From 74a696d53b3b90d6892c052590bc7d2ad0164f4d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 30 Jul 2017 14:43:37 +0200 Subject: Shrink test image The last (`IDAT`) chunk in this file starting at `0x5e265` reports to have a length of `0x2000` bytes, but there are only `0x1D9B` bytes left. Simply cutting the first `IDAT` chunk which starts at `0x31` and also reports a length of `0x2000` at the same offset should produce the same test results (while reducing the file size to 7.628 bytes). --- ext/gd/tests/bug39780.png | Bin 393216 -> 7628 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'ext') diff --git a/ext/gd/tests/bug39780.png b/ext/gd/tests/bug39780.png index 73a7d6a3e7..89422efe2f 100644 Binary files a/ext/gd/tests/bug39780.png and b/ext/gd/tests/bug39780.png differ -- cgit v1.2.1