Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php1100 private function convertImage(&$data, $colspace, $targetcs, $w, $h, $dpi, $mask, $gamma_correction = false, $pngcolortype = false)
1144 } elseif ($pngcolortype === 0 || $pngcolortype === 2) { // generate Alpha channel values from tRNS
1083 convertImage(& $data, $colspace, $targetcs, $w, $h, $dpi, $mask, $gamma_correction = false, $pngcolortype = false) global() argument