Welcome Guest, Not a member yet? Register   Sign In
How to print all debug output from successful image_lib?
#1

[eluser]gh0st[/eluser]
When doing an image resize, how do I output the debug information?

Code:
$this->image_lib->debug() does not work

REF:
http://ellislab.com/codeigniter/user-gui...e_lib.html

I am resizing an image but I do not know what the thumbnail file is called, or where it stores it, and I need to grab other debugging information.

If the destination thumb is encrypted via an upload, I do not know what the thumbnail file is called.

Any help on this would be great.
#2

[eluser]Cro_Crx[/eluser]
just print the variable.

Code:
print_r($this->image_lib->debug());




Theme © iAndrew 2016 - Forum software by © MyBB