Welcome Guest, Not a member yet? Register   Sign In
image resize problem
#4

[eluser]Ripe[/eluser]
Code:
$config['image_library'] = 'gd2';
$config['source_image'] = '/server/sscart/assets/images/catagory/mypic.jpg';
$config['create_thumb'] = TRUE;
$config['maintain_ratio'] = TRUE;
$config['width'] = 25;
$config['height'] = 25;
$this->load->library('image_lib', $config);
$this->image_lib->resize();

Try that.


Messages In This Thread
image resize problem - by El Forum - 12-02-2009, 02:48 AM
image resize problem - by El Forum - 12-02-2009, 04:04 AM
image resize problem - by El Forum - 12-02-2009, 05:01 AM
image resize problem - by El Forum - 12-02-2009, 06:02 AM
image resize problem - by El Forum - 12-02-2009, 06:19 AM
image resize problem - by El Forum - 12-02-2009, 06:24 AM
image resize problem - by El Forum - 12-02-2009, 06:28 AM
image resize problem - by El Forum - 12-02-2009, 06:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB