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

[eluser]dsheetz[/eluser]
That's what I'm doing. I don't understand why no errors are being reported, when clearly no images are being produced. Just to make sure, here's the code I'm using:

---

$filename = "photo1.jpg";

$config['image_library'] = 'gd2';
$config['source_image'] = PHOTOS_DIR . $filename;
$config['create_thumb'] = TRUE;
$config['maintain_ratio'] = TRUE;
$config['width'] = 75;
$config['height'] = 50;

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

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

---

Has anyone even gotten the error reporting working for this library?


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