TMI-92: Color conversion between embedded ICC profile and sRGB now correctly applied for common case.

This commit is contained in:
Harald Kuhr
2015-02-02 10:04:15 +01:00
parent 025021442f
commit ecfcea98df
2 changed files with 55 additions and 41 deletions

View File

@@ -293,7 +293,6 @@ public final class ColorSpaces {
}
try {
return ICC_Profile.getInstance(stream);
}
catch (IOException ignore) {