$config['image_library'] = 'GD2';
echo $config['source_image'] = base_url().'uploads/'.'1345907309718090_src.jpg';
$config['new_image'] = base_url().'uploads/'.'1345907309718090_src.jpg';
//$config['create_thumb'] = TRUE;
$config['maintain_ratio'] = TRUE;
$config['master_dim'] = 'height';
$config['width'] = 192;
$config['height'] = 192;
$this->load->library('image_lib');
$this->image_lib->initialize($config);
echo $this->image_lib->resize();
The path to the image is not correct. Your server does not support the GD function required to process this type of image. Your server does not support the GD function required to process this type of image.
什么事啊我有GD庫啊,wampsever
|