mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Correct indexes in ICCProfile segment.
This commit is contained in:
parent
8a3b8c4c03
commit
73a13fa849
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user