JDK 25 seems to have added Exif thumbnail read support

This commit is contained in:
Harald Kuhr
2025-10-02 14:13:11 +02:00
committed by GitHub
parent 1afa35ccd6
commit e5aa124e17

View File

@@ -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