Welcome Guest, Not a member yet? Register   Sign In
Image manipulation not working on localhost
#17

[eluser]hamzakhan[/eluser]
<?php
/**
*
*
*/
class Image extends Controller {

function Image()
{
parent::Controller();
}

function index()
{
$this->load->library('image_lib');
$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;
$config['dynamic_output'] = TRUE;



// print "<img src='/server/sscart/assets/images/catagory/mypic.jpg'>";

if ( ! $this->image_lib->resize())
{
echo $this->image_lib->display_errors();
}

print "<pre>";
print_r($config);
print_r($this->image_lib);
}
}
?&gt;

botheration is the first rule of codeigneter
you cannot get your solution untill unless u bother
so please tell me i am bother for long time.fed up from this rubish topic.
not able to resize a simple image.
code is above

my root dir of codeigneter is /server/sscart/
assest folder is /server/sscart/assets/images/catagory/mypic.jpg

library is loaded evey thing is working fine then what is goin wrong.


Messages In This Thread
Image manipulation not working on localhost - by El Forum - 12-31-2008, 11:28 AM
Image manipulation not working on localhost - by El Forum - 12-31-2008, 02:22 PM
Image manipulation not working on localhost - by El Forum - 12-31-2008, 05:06 PM
Image manipulation not working on localhost - by El Forum - 01-27-2009, 03:08 AM
Image manipulation not working on localhost - by El Forum - 01-27-2009, 10:43 AM
Image manipulation not working on localhost - by El Forum - 01-27-2009, 11:18 AM
Image manipulation not working on localhost - by El Forum - 01-27-2009, 11:50 AM
Image manipulation not working on localhost - by El Forum - 01-27-2009, 03:19 PM
Image manipulation not working on localhost - by El Forum - 01-28-2009, 10:36 AM
Image manipulation not working on localhost - by El Forum - 01-28-2009, 10:56 AM
Image manipulation not working on localhost - by El Forum - 01-29-2009, 03:58 PM
Image manipulation not working on localhost - by El Forum - 01-29-2009, 04:11 PM
Image manipulation not working on localhost - by El Forum - 01-29-2009, 04:13 PM
Image manipulation not working on localhost - by El Forum - 01-30-2009, 02:27 AM
Image manipulation not working on localhost - by El Forum - 01-30-2009, 02:33 AM
Image manipulation not working on localhost - by El Forum - 03-28-2009, 07:53 PM
Image manipulation not working on localhost - by El Forum - 12-02-2009, 06:13 AM
Image manipulation not working on localhost - by El Forum - 12-03-2009, 02:10 AM
Image manipulation not working on localhost - by El Forum - 12-03-2009, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB