Welcome Guest, Not a member yet? Register   Sign In
Image Resizing doesn't work [Solved]
#2

[eluser]Cristian Gilè[/eluser]
Is upload process performed with success?
Is the source_image setting correct?

Why do you call two times the resize method? It's not necessary!

Code:
$this->load->library('image_lib', $config);
if(!$this->image_lib->resize())
echo $this->image_lib->display_errors();

Cristian Gilè


Messages In This Thread
Image Resizing doesn't work [Solved] - by El Forum - 01-14-2011, 02:26 PM
Image Resizing doesn't work [Solved] - by El Forum - 01-14-2011, 03:20 PM
Image Resizing doesn't work [Solved] - by El Forum - 01-14-2011, 08:30 PM
Image Resizing doesn't work [Solved] - by El Forum - 01-14-2011, 08:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB