Home
last modified time | relevance | path

Searched refs:convertImage (Results 1 – 2 of 2) sorted by relevance

/plugin/docimporter/
DSyntaxConverter.php199 $converted = $this->convertImage($matches[2][$i]);
217 private function convertImage($detail) function in MediaWiki2DokuWiki_MediaWiki_SyntaxConverter
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php371 $info = $this->convertImage($data, $a[2], 'DeviceCMYK', $a[0], $a[1], $ppUx, false);
378 $info = $this->convertImage($data, $a[2], 'DeviceGray', $a[0], $a[1], $ppUx, false);
548 …$info = $this->convertImage($data, $colspace, 'DeviceCMYK', $w, $h, $ppUx, $pngalpha, $gamma, $ct)…
558 …$info = $this->convertImage($data, $colspace, 'DeviceGray', $w, $h, $ppUx, $pngalpha, $gamma, $ct)…
564 …$info = $this->convertImage($data, $colspace, 'DeviceGray', $w, $h, $ppUx, $pngalpha, $gamma, $ct)…
566 …$info = $this->convertImage($data, $colspace, 'DeviceCMYK', $w, $h, $ppUx, $pngalpha, $gamma, $ct)…
568 …$info = $this->convertImage($data, $colspace, 'DeviceRGB', $w, $h, $ppUx, $pngalpha, $gamma, $ct);…
1100 …private function convertImage(&$data, $colspace, $targetcs, $w, $h, $dpi, $mask, $gamma_correction… function in Mpdf\\Image\\ImageProcessor