Posts Tagged with изображения

posted by aqshakirzhan on December 9, 2014

function setTransparency($new_image, $image_source) {         ImageAlphaBlending($new_image, false);         ImageSaveAlpha($new_image, t...

posted by aqshakirzhan on December 9, 2014

function imageCreateFromAny($filepath) { 

        $temp = pathinfo($filepath);             $fileName = $temp['fi...

posted by aqshakirzhan on December 9, 2014

$base=imageCreateFromPng("base.png"); 

$price_x=790; // x координата вставки текста 

$price_y=70; // y координата вставки текста 

$res = imagefttext($base , 28 , 5 , ...