Welcome Guest, Not a member yet? Register   Sign In
I have a problem with GD2 php library...
#5

[eluser]miky4e[/eluser]
Yes, the problem is printed even with MAMP PRO server configuration :S

this is a sample code

Code:
$config['image_library'] = 'gd2';
$config['source_image']    $results->path_file;
$config['create_thumb'] = TRUE;
$config['maintain_ratio'] = TRUE;
$config['width']     = 450;
$config['height']    = 450;

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

$this->image_lib->resize();

if(!$this->image_lib->resize())
{
    echo $this->image_lib->display_errors();
}

where path_file object is http://_string get to db cell Wink


Messages In This Thread
I have a problem with GD2 php library... - by El Forum - 09-30-2008, 11:26 AM
I have a problem with GD2 php library... - by El Forum - 09-30-2008, 06:05 PM
I have a problem with GD2 php library... - by El Forum - 09-30-2008, 11:20 PM
I have a problem with GD2 php library... - by El Forum - 09-30-2008, 11:24 PM
I have a problem with GD2 php library... - by El Forum - 10-01-2008, 03:32 AM
I have a problem with GD2 php library... - by El Forum - 11-17-2008, 11:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB