Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php995 $gifdata = $this->gzCompress($gifdata);
1307 $imgdata = $this->gzCompress($imgdata);
1314 $mimgdata = $this->gzCompress($mimgdata);
1413 private function gzCompress($data)
1392 private function gzCompress($data) global() function in Mpdf\\Image\\ImageProcessor