| @@ 3704-3706 (lines=3) @@ | ||
| 3701 | $this->debug('addPngFromFile: '.$errormsg, E_USER_WARNING); |
|
| 3702 | return; |
|
| 3703 | } |
|
| 3704 | if ($w==0) { |
|
| 3705 | $w=$h/$iChunk['info']['height']*$iChunk['info']['width']; |
|
| 3706 | } |
|
| 3707 | if ($h==0) { |
|
| 3708 | $h=$w*$iChunk['info']['height']/$iChunk['info']['width']; |
|
| 3709 | } |
|
| @@ 3707-3709 (lines=3) @@ | ||
| 3704 | if ($w==0) { |
|
| 3705 | $w=$h/$iChunk['info']['height']*$iChunk['info']['width']; |
|
| 3706 | } |
|
| 3707 | if ($h==0) { |
|
| 3708 | $h=$w*$iChunk['info']['height']/$iChunk['info']['width']; |
|
| 3709 | } |
|
| 3710 | ||
| 3711 | if ($this->hashed) { |
|
| 3712 | $oHash = md5($iChunk['idata']); |
|