mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 19:15:29 -04:00
Added test case for 1-bit/monochrome.
This commit is contained in:
parent
da9b94bdf3
commit
f940fed152
@ -63,6 +63,8 @@ public class IFFImageReaderTest extends ImageReaderAbstractTestCase<IFFImageRead
|
|||||||
new TestData(getClassLoaderResource("/iff/A4000T_HAM6.IFF"), new Dimension(320, 512)),
|
new TestData(getClassLoaderResource("/iff/A4000T_HAM6.IFF"), new Dimension(320, 512)),
|
||||||
// HAM8 - Ok
|
// HAM8 - Ok
|
||||||
new TestData(getClassLoaderResource("/iff/A4000T_HAM8.IFF"), new Dimension(628, 512)),
|
new TestData(getClassLoaderResource("/iff/A4000T_HAM8.IFF"), new Dimension(628, 512)),
|
||||||
|
// 2 color indexed - Ok
|
||||||
|
new TestData(getClassLoaderResource("/iff/owl.iff"), new Dimension(160, 174)),
|
||||||
// 8 color indexed - Ok
|
// 8 color indexed - Ok
|
||||||
new TestData(getClassLoaderResource("/iff/AmigaAmiga.iff"), new Dimension(200, 150)),
|
new TestData(getClassLoaderResource("/iff/AmigaAmiga.iff"), new Dimension(200, 150)),
|
||||||
// 16 color indexed - Ok
|
// 16 color indexed - Ok
|
||||||
|
BIN
imageio/imageio-iff/src/test/resources/iff/owl.iff
Normal file
BIN
imageio/imageio-iff/src/test/resources/iff/owl.iff
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user