Welcome Guest, Not a member yet? Register   Sign In
Watermark problems
#1

[eluser]Unknown[/eluser]
Hello,

i am new here and i need some help
i`m trying to watermark two images and it does not work
here is my code

Code:
$this->load->library('image_lib');
$config['watermark'] = array(
'source_image'=> ($file_url.$file),
'wm_overlay_path'=>'./images/sigla.png',
'wm_type'=> 'overlay',
'wm_padding' => '5',
'wm_vrt_alignment' => 'top',
'wm_hor_alignment'=> 'left',
'dynamic_output' => FALSE,
'create_thumb' => FALSE,
);
$this->image_lib->initialize($config['watermark']);  
$this->image_lib->watermark();
$this->image_lib->clear() ;

Thank you, Adrian




Theme © iAndrew 2016 - Forum software by © MyBB