mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-21 22:49:39 +01:00
Revert "temporary files never deleted (#263)"
This reverts commit 7edddd21167870f65ff3f8eba772dfc165de461f.
This commit is contained in:
parent
7edddd2116
commit
14fd6779f3
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user