Welcome Guest, Not a member yet? Register   Sign In
Image Resizing Newbie Help
#4

[eluser]adaxa[/eluser]
Good idea is to check if resize() is successful or not. By default no errors appear.
You can override this using simple check like this:

Code:
if ( ! $this->image_lib->resize())
{
        echo $this->image_lib->display_errors();                
}


Messages In This Thread
Image Resizing Newbie Help - by El Forum - 01-30-2010, 01:42 AM
Image Resizing Newbie Help - by El Forum - 01-31-2010, 05:54 PM
Image Resizing Newbie Help - by El Forum - 01-31-2010, 07:18 PM
Image Resizing Newbie Help - by El Forum - 02-12-2010, 04:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB