Lines Matching refs:images

158 		// firsttime i.e. whether to add to this->images - use false when calling iteratively
193 if ($orig_srcpath && isset($this->mpdf->images[$orig_srcpath])) {
195 return $this->mpdf->images[$orig_srcpath];
198 if (isset($this->mpdf->images[$file])) {
199 return $this->mpdf->images[$file];
282 if ($type === 'webp') { // Convert webp images to JPG and treat them as such
287 return $this->imageError($file, $firsttime, 'Missing GD support for WEBP images.');
358 $info['i'] = count($this->mpdf->images) + 1;
360 $this->mpdf->images[$file] = $info;
425 $info['i'] = count($this->mpdf->images) + 1;
427 $this->mpdf->images[$file] = $info;
591 // Alpha channel set (including using tRNS for Paletted images)
594 throw new \Mpdf\MpdfException(sprintf('PDFA1-b does not permit images with alpha channel transparency (%s).', $file));
708 $imgmask = count($this->mpdf->images) + 1;
711 $this->mpdf->images[$tempfile_alpha] = $minfo;
726 $info['i'] = count($this->mpdf->images) + 1;
728 $this->mpdf->images[$file] = $info;
789 $info['i'] = count($this->mpdf->images) + 1;
795 $this->mpdf->images[$file] = $info;
892 $info['i'] = count($this->mpdf->images) + 1;
894 $this->mpdf->images[$file] = $info;
941 $info['i'] = count($this->mpdf->images) + 1;
943 $this->mpdf->images[$file] = $info;
1003 $info['i'] = count($this->mpdf->images) + 1;
1005 $this->mpdf->images[$file] = $info;
1022 $info['i'] = count($this->mpdf->images) + 1;
1024 $this->mpdf->images[$file] = $info;
1088 $info['i'] = count($this->mpdf->images) + 1;
1090 $this->mpdf->images[$file] = $info;
1321 $imgmask = count($this->mpdf->images) + 1;
1323 $this->mpdf->images[$tempfile] = $minfo;