Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]Image resize - not working without thumb
#11

[eluser]Zeeshan Rasool[/eluser]
Try this , hope it works

Code:
$config_image['image_library']     = 'gd2';
$config_image['source_image']      = './resources/images/team_images/'.$file_name;
$config_image['new_image']       = './resources/images/team_images/'.$file_name;

$config_image['create_thumb']     = FALSE;
$config_image['maintain_ratio']  = TRUE;
$config_image['width']          = 243;
$config_image['height']      = 360;

$this->load->library('image_lib',$config_image);
$this->image_lib->initialize($config_image);
$this->image_lib->resize();

keep going,


Messages In This Thread
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 07:01 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 08:45 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:05 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:11 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:15 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:16 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:52 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:54 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:56 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 10:12 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 01:35 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 10:48 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 11:07 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 11:45 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 12:33 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 01:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB