@@ -111,7 +111,7 @@ |
||
111 | 111 | public function setBitmapInfoHeader($bmpInfo) |
112 | 112 | { |
113 | 113 | //bit depth can be zero in the ICONDIRENTRY, we trust the bitmap header more... |
114 | - $this->bitCount=$bmpInfo['BitCount']; |
|
114 | + $this->bitCount = $bmpInfo['BitCount']; |
|
115 | 115 | |
116 | 116 | //we need this to calculate offsets when rendering |
117 | 117 | $this->bmpHeaderWidth = $bmpInfo['Width']; |