function rezizecode()
{
$config['image_library'] = 'gd2';
$config['source_image'] = 'system/application/images/manu.jpg';
$config['create_thumb'] = TRUE;
$config['maintain_ratio'] = TRUE;
$config['width']= 25;
$config['height']= 30;
$this->load->library('image_lib', $config);
$this->image_lib->resize();
}
using this code image resizing is not working ?