Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php414 $info = ['w' => $a[0], 'h' => $a[1], 'cs' => $a[2], 'bpc' => $a[3], 'f' => 'DCTDecode', 'data' => $data, 'type' => 'jpg', 'ch' => $channels, 'icc' => $icc];
448 $bpc = ord(substr($data, 24, 1));
453 // if($bpc>8) { $errpng = 'not 8-bit depth'; } // mPDF 6 Allow through to be handled as native PNG
634 $trns = [$this->translateValue(substr($t, 0, 2), $bpc)];
637 $trns[0] = $this->translateValue(substr($t, 0, 2), $bpc);
638 $trns[1] = $this->translateValue(substr($t, 2, 2), $bpc);
639 $trns[2] = $this->translateValue(substr($t, 4, 2), $bpc);
800 } else { // PNG image with no need to convert alph channels, bpc <> 8 etc.
802 $parms = '/DecodeParms <</Predictor 15 /Colors ' . $channels . ' /BitsPerComponent ' . $bpc . ' /Columns ' . $w . '>>';
880 $info = ['w' => $w, 'h' => $h, 'cs' => $colspace, 'bpc'
1361 translateValue($s, $bpc) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php2577 $bpc = isset($size_info['bits']) ? $size_info['bits'] : 8;
2590 'bpc' => $bpc,
2615 $bpc = ord(fread($f,1));
2617 if ($bpc>8) {
2645 …$parms='/DecodeParms <</Predictor 15 /Colors '.($ct==2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Colu…
2690 'bpc' => $bpc,
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php3057 $bpc=isset($a['bits']) ? $a['bits'] : 8;
3066 … return array('w'=>$a[0],'h'=>$a[1],'cs'=>$colspace,'bpc'=>$bpc,'f'=>'DCTDecode','data'=>$data);
3089 $bpc=ord(fread($f,1));
3091 if ($bpc>8) {
3119 …$parms='/DecodeParms <</Predictor 15 /Colors '.($ct==2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Colu…
3166 …return array('w'=>$w,'h'=>$h,'cs'=>$colspace,'bpc'=>$bpc,'f'=>'FlateDecode','parms'=>$parms,'pal'=…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js27763 if (!Number.isInteger(bpc) || bpc < 1) {
55085 var bpc = this.bpc;
55089 var max = (1 << bpc) - 1;
55092 if (bpc === 1) {
55110 var bpc = this.bpc;
55112 if (bpc === 8) {
55128 if (bpc === 1) {
55168 while (bits < bpc) {
55289 var bpc = this.bpc;
55381 var bpc = this.bpc;
[all …]
H A Dpdf.worker.js.map1bpc","colorMap","destPos","comps","rgbPos","resizeRgbImage","IR","whitePoint","blackPoint","matrix…