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

[eluser]hamzakhan[/eluser]
here is my controller
Code:
<?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;

$this->image_lib->resize();


    }
}
?>

image is not resizing please help me


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