From 4a969bb208c1fc955d86b0b2c73b1af2689323fe Mon Sep 17 00:00:00 2001
From: Derek Allard
Like most other classes in CodeIgniter, the image class is initialized in your controller -using the $this->load_library function:
+using the $this->load->library function:$this->load->library('image_lib');
Once the library is loaded it will be ready for use. The image library object you will use to call all functions is: $this->image_lib
-- cgit v1.2.3-24-g4f1b