Welcome Guest, Not a member yet? Register   Sign In
Watermark font problem in codeigniter
#2

[eluser]Haloperidol[/eluser]
This is a GD error message. The GD couldnt handle the texb.ttf on my system either btw, but worked fine with others. GD throws similar errors when the font has special chars in its name, try to rename a font to like 'aaa.ttf' and see if it helps.
Also i dont know if this is just a snippet from your code, but theres a few more lines to watermark an image:
Code:
...
    $this->image_lib->initialize($config);
    if ( !$this->image_lib->watermark())
    {
        echo $this->image_lib->display_errors();
    }
    and then you display the watermarked image...


Messages In This Thread
Watermark font problem in codeigniter - by El Forum - 07-03-2009, 12:44 AM
Watermark font problem in codeigniter - by El Forum - 07-03-2009, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB