mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
TMI-92: Color conversion between embedded ICC profile and sRGB now correctly applied for common case.
This commit is contained in:
@@ -293,7 +293,6 @@ public final class ColorSpaces {
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
return ICC_Profile.getInstance(stream);
|
||||
}
|
||||
catch (IOException ignore) {
|
||||
|
Reference in New Issue
Block a user