mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
Correct indexes in ICCProfile segment.
This commit is contained in:
@@ -50,7 +50,7 @@ final class ICCProfile extends Application {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ICC_PROFILE[" + data[0] + "/" + data[1] + " length: " + data.length + "]";
|
||||
return "ICC_PROFILE[" + data[12] + "/" + data[13] + " length: " + data.length + "]";
|
||||
}
|
||||
|
||||
public static ICCProfile read(DataInput data, int length) throws IOException {
|
||||
|
Reference in New Issue
Block a user