Home
last modified time | relevance | path

Searched refs:targetcs (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)
1214 if ($targetcs === 'DeviceCMYK') {
1221 } elseif ($targetcs === 'DeviceGray') {
1234 if ($targetcs === 'DeviceCMYK') {
1241 } elseif ($targetcs === 'DeviceGray') {
1263 if ($targetcs === 'DeviceCMYK') {
1280 } elseif ($targetcs === 'DeviceGray') {
1293 } elseif ($targetcs === 'DeviceRGB') {
1299 if ($targetcs === 'DeviceGray') {
1301 } elseif ($targetcs
1083 convertImage(& $data, $colspace, $targetcs, $w, $h, $dpi, $mask, $gamma_correction = false, $pngcolortype = false) global() argument
[all...]