mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
#228: TIFFImageWriter now correctly writes images with sample model translation.
This commit is contained in:
@@ -447,7 +447,7 @@ public class PSDImageReaderTest extends ImageReaderAbstractTest<PSDImageReader>
|
||||
|
||||
// NOTE: Allow some slack, as Java 1.7 and 1.8 color management differs slightly
|
||||
int rgb = image.getRGB(0, 0);
|
||||
assertRGBEquals(String.format("#%04x != #%04x", colors[i], rgb), colors[i], rgb, 1);
|
||||
assertRGBEquals("Colors differ", colors[i], rgb, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user