Compare commits

...

1 Commits

Author SHA1 Message Date
Harald Kuhr e5aa124e17 JDK 25 seems to have added Exif thumbnail read support 2025-10-02 14:13:11 +02:00
@@ -111,6 +111,12 @@ public class JPEGImageReaderTest extends ImageReaderAbstractTest<JPEGImageReader
super.testReadAsRenderedImageIndexOutOfBounds();
}
@Test
@Disabled("JDK 25 now supports reading Exif thumbnails, but does not report thumbnail progress")
public void testThumbnailProgress() throws IOException {
super.testThumbnailProgress();
}
@Test
@Disabled("No test data with JFIF thumbnail")
@Override