Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dmedia.php2070 $newimg = false;
2072 $newimg = @imagecreatetruecolor($to_w, $to_h);
2074 if (!$newimg) $newimg = @imagecreate($to_w, $to_h);
2075 if (!$newimg) {
2082 imagealphablending($newimg, false);
2083 imagesavealpha($newimg, true);
2093 $newimg,
2098 @imagefill($newimg, 0, 0, $transcolorindex);
2099 @imagecolortransparent($newimg,
[all...]
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php406 $newimg = $this->createImage($toWidth, $toHeight);
412 $newimg,
425 $newimg,
440 $this->image = $newimg;