diff --git a/tcpdf.php b/tcpdf.php index c0a1ece..cbc380a 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -7365,9 +7365,6 @@ class TCPDF { $imgmask = $this->Image($tempfile_alpha, $x, $y, $w, $h, 'PNG', '', '', $resize, $dpi, '', true, false); // embed image, masked with previously embedded mask $this->Image($tempfile_plain, $x, $y, $w, $h, $type, $link, $align, $resize, $dpi, $palign, false, $imgmask); - // remove temp files - unlink($tempfile_alpha); - unlink($tempfile_plain); } /**