Welcome Guest, Not a member yet? Register   Sign In
image watermarking does not work
#1

[eluser]mom_maj[/eluser]
Hi all
i am using image watermarking all thing okay but opacity does not work .
that is my code :

$this->load->library('image_lib');

$config['source_image'] = $image;
$config['wm_text'] = 'cool';
$config['wm_type'] = 'text';
$config['wm_font_size'] = '10';
$config['wm_font_color'] = 'ffffff';
$config['wm_vrt_alignment'] = 'middle';
$config['wm_hor_alignment'] = 'center';
$config['wm_padding'] = '0';
$config['wm_opacity'] = '50';

$this->image_lib->initialize($config);

$this->image_lib->watermark();

why, please help me !!! Smile
#2

[eluser]The Wizard[/eluser]
where do you specify the font?




Theme © iAndrew 2016 - Forum software by © MyBB