mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
JDK 25 seems to have added Exif thumbnail read support
This commit is contained in:
@@ -111,6 +111,12 @@ public class JPEGImageReaderTest extends ImageReaderAbstractTest<JPEGImageReader
|
|||||||
super.testReadAsRenderedImageIndexOutOfBounds();
|
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
|
@Test
|
||||||
@Disabled("No test data with JFIF thumbnail")
|
@Disabled("No test data with JFIF thumbnail")
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user