Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: watermark nuotraukos vidury

Parašė ozzWANTED· 2008 Vas. 1 16:02:05
#3

Ne nu bet tu tai kurmis, skaityk kas parašyta tavo kode gi:
//location of the watermark on the source image
$size = getimagesize($source_photo);
$dest_x = ($size[0] - $watermark_width) - 5;
$dest_y = ($size[1] - $watermark_height) - 5;


Su anglų visiškas abelis matyt. Keisk į

//location of the watermark on the source image
$size = getimagesize($source_photo);
$dest_x = ($size[0] - $watermark_width) - 300;
$dest_y = ($size[1] - $watermark_height) - 250;

Jei foto standartiškai ~ 600x500 dydžio.