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

[eluser]karloff[/eluser]
I have been battling at getting the resize function working. At the moment, the resize does not work unless create_thumb is set to true... can anyone spot anything I'm doing wrong??

Code:
$config['image_library'] = 'gd2';
            $config['create_thumb'] = FALSE;
            $config['maintain_ratio'] = TRUE;
            $config['overwrite']    = TRUE;
            $config['quality'] = 100;
            $config['width'] = 478;
            
            $config['master_dim'] = 'width';
            
            $config['source_image'] = './images/projects/'.$_FILES['image']['name'];
            

            $this->load->library('image_lib', $config);
            $this->image_lib->initialize($config);
            if ( ! $this->image_lib->resize() )
            {
                $data['error'] = $this->image_lib->display_errors();
                $this->template->load('admin_template', '/backend/add_work', $data);
            }


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