CodeIgniter Forums
Documentation problem, Image lib - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Documentation problem, Image lib (/showthread.php?tid=7889)



Documentation problem, Image lib - El Forum - 04-26-2008

[eluser]gunter[/eluser]
image lib - user guide

see the first example: Processing an Image
There are numerous cases where people are using it and LOOPING through it. And then only the first loop works.

So.... In the first example of the image library
please change this:
Code:
$this->load->library('image_lib', $config);

to this:
Code:
$this->image_lib->initialize($config);