mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-10-31 18:52:35 +00:00
6.0.082 (2014-05-23)
- Bug item #926 "test statement instead of assignment used in tcpdf_fonts.php" was fixed. - Bug item #925 "924 transparent images bug" was fixed.
This commit is contained in:
parent
23ce7ff380
commit
74c0f6e765
@ -319,7 +319,7 @@ class TCPDF_IMAGES {
|
|||||||
} elseif ($type == 'iCCP') {
|
} elseif ($type == 'iCCP') {
|
||||||
// skip profile name
|
// skip profile name
|
||||||
$len = 0;
|
$len = 0;
|
||||||
while ((ord(fread($f, 1)) != 0) AND ($len < 79)) {
|
while ((ord(fread($f, 1)) != 0) AND ($len < 80)) {
|
||||||
++$len;
|
++$len;
|
||||||
}
|
}
|
||||||
// get compression method
|
// get compression method
|
||||||
|
Loading…
Reference in New Issue
Block a user