Welcome Guest, Not a member yet? Register   Sign In
Image Library is not saving image
#1

[eluser]Patrick Reck[/eluser]
I am trying to fetch a picture of a bear from the URL and save it as aabear.jpg. However, my code is failing. What is wrong?


Code:
$config['image_library'] = 'gd2';
$config['source_image'] = 'http://thejuxtapositionape.blog.com/files/2012/03/polar-bear-pup.jpg';
$config['create_thumb'] = TRUE;
$config['maintain_ratio'] = TRUE;
$config['width']  = 75;
$config['height'] = 50;
$config['new_image'] = 'aabear.jpg';

$this->load->library('image_lib', $config);


Messages In This Thread
Image Library is not saving image - by El Forum - 01-17-2013, 03:25 PM
Image Library is not saving image - by El Forum - 01-17-2013, 03:32 PM
Image Library is not saving image - by El Forum - 01-17-2013, 03:33 PM
Image Library is not saving image - by El Forum - 01-17-2013, 03:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB