Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php457 $colspace = 'DeviceGray';
460 $colspace = 'DeviceRGB';
463 $colspace = 'Indexed';
466 $colspace = 'DeviceGray';
471 $colspace = 'DeviceRGB';
545 if ($firsttime && ($colspace === 'DeviceRGB' || $colspace === 'Indexed') && ($this->mpdf->PDFX || $this->mpdf->restrictColorSpace === 3)) {
548 $info = $this->convertImage($data, $colspace, 'DeviceCMYK', $w, $h, $ppUx, $pngalpha, $gamma, $ct); // mPDF 5.7.2 Gamma correction
553 } elseif ($firsttime && ($colspace === 'DeviceRGB' || $colspace
1083 convertImage(& $data, $colspace, $targetcs, $w, $h, $dpi, $mask, $gamma_correction = false, $pngcolortype = false) global() argument
[all...]
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMScd.js19colspace:"5pt",rowspace:"5pt",harrowsize:"2.75em",varrowsize:"1.75em",hideHorizontalLabels:false})…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php43 public function CoonsPatchMesh($x, $y, $w, $h, $patch_array = [], $x_min = 0, $x_max = 1, $y_min = 0, $y_max = 1, $colspace = 'RGB', $return = false) argument
50 $this->mpdf->gradients[$n]['colorspace'] = $colspace; //coons patch mesh
80 if ($colspace === 'RGB') {
87 } elseif ($colspace === 'CMYK') {
95 } elseif ($colspace === 'Gray') {
120 if ($colspace === 'RGB') {
122 } elseif ($colspace === 'CMYK') {
124 } elseif ($colspace === 'Gray') {
H A DMpdf.php17208 $colspace = 'Gray';
17216 $colspace = 'CMYK';
17220 $colspace = 'RGB';
17224 $colspace = 'CMYK';
17228 $colspace = 'RGB';
17537 $shadow .= $this->gradient->CoonsPatchMesh($x00, $y00, $w00, $h00, $patch_array, $x00, $x00 + $w00, $y00, $y00 + $h00, $colspace, true);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php2570 $colspace='DeviceRGB';
2572 $colspace='DeviceCMYK';
2574 $colspace='DeviceGray';
2589 'cs' => $colspace,
2623 $colspace='DeviceGray';
2625 $colspace='DeviceRGB';
2627 $colspace='Indexed';
2683 if ($colspace=='Indexed' && empty($pal)) {
2689 'cs' => $colspace,
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php3050 $colspace='DeviceRGB';
3052 $colspace='DeviceCMYK';
3054 $colspace='DeviceGray';
3066 … return array('w'=>$a[0],'h'=>$a[1],'cs'=>$colspace,'bpc'=>$bpc,'f'=>'DCTDecode','data'=>$data);
3097 $colspace='DeviceGray';
3099 $colspace='DeviceRGB';
3101 $colspace='Indexed';
3163 if($colspace=='Indexed' && empty($pal))
3166 …return array('w'=>$w,'h'=>$h,'cs'=>$colspace,'bpc'=>$bpc,'f'=>'FlateDecode','parms'=>$parms,'pal'=…