Welcome Guest, Not a member yet? Register   Sign In
how to check width and height of image before resize
#3

[eluser]memVN[/eluser]
Ok
When you was uploaded success - function upload will return an array as $upload = $this->upload->data();

In array $upload you has key $upload['width'];

So in order to check width before resize you can do like

if($upload['width'] > 150)
{
//Do resize
}


Messages In This Thread
how to check width and height of image before resize - by El Forum - 09-24-2012, 09:02 AM
how to check width and height of image before resize - by El Forum - 09-24-2012, 09:46 AM
how to check width and height of image before resize - by El Forum - 09-24-2012, 10:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB