Home
last modified time | relevance | path

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

/plugin/qrcode2/
H A Dphpqrcode.php941 …public static function png($frame, $filename = false, $pixelPerPoint = 4, $outerFrame = 4,$saveand… argument
943 $image = self::image($frame, $pixelPerPoint, $outerFrame);
962 …public static function jpg($frame, $filename = false, $pixelPerPoint = 8, $outerFrame = 4, $q = 85… argument
964 $image = self::image($frame, $pixelPerPoint, $outerFrame);
977 private static function image($frame, $pixelPerPoint = 4, $outerFrame = 4) argument
982 $imgW = $w + 2*$outerFrame;
983 $imgH = $h + 2*$outerFrame;
995 ImageSetPixel($base_image,$x+$outerFrame,$y+$outerFrame,$col[1]);