Welcome Guest, Not a member yet? Register   Sign In
Image Manipulation Class on CI 1.7.2
#2

[eluser]Unknown[/eluser]
Solved

look at: Problem with image manipulation (resizing)

The right way to call config paramters for image_lib is:
Code:
$this->load->library('image_lib');

# resize
[Parameter]
$this->image_lib->initialize($config);

# resize next
[Parameter]
$this->image_lib->initialize($config);

Thread could be closed.


Messages In This Thread
Image Manipulation Class on CI 1.7.2 - by El Forum - 12-10-2009, 03:25 PM
Image Manipulation Class on CI 1.7.2 - by El Forum - 12-10-2009, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB