Welcome Guest, Not a member yet? Register   Sign In
Image manipulation
#3

Thanks! Great advice! I made the changes to my code and now it works. Thanks again. See changes to code below.

//START NEW CODE



$newimg['image_library'] = 'gd2';
$newimg['source_image'] = $config['upload_path'].$this->upload->data('file_name');
$newimg['create_thumb'] = FALSE;
$newimg['maintain_ratio'] = FALSE;
$newimg['width'] = 400;
$newimg['height'] = 375;

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

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

$this->image_lib->resize();


//END NEW CODE

// NOW IT WORKS!
Reply


Messages In This Thread
Image manipulation - by matchplay - 06-11-2018, 07:28 PM
RE: Image manipulation - by InsiteFX - 06-12-2018, 03:21 AM
RE: Image manipulation - by matchplay - 06-12-2018, 05:38 AM
RE: Image manipulation - by InsiteFX - 06-12-2018, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB