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

[eluser]hamzakhan[/eluser]
Code:
$config['image_library'] = 'gd2';
$config['source_image'] = '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();
print "<pre>";
print_r($config);
print_r($this->image_lib);        

is the correct path now
$config['source_image'] = 'assets/images/catagory/mypic.jpg';
i am using the wrong one path
Code:
$config['source_image'] = 'server/sscart/assets/images/catagory/mypic.jpg';

extreamly so much thank u
for the solution
now its working perfectly.
if i am in your country or in nabour then i definitely give a party to you
because i am bothering from 3 hours and few min/
god bless you my friends.


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