mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -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
|
@Override
|
||||||
public String toString() {
|
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 {
|
public static ICCProfile read(DataInput data, int length) throws IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user