Welcome Guest, Not a member yet? Register   Sign In
resize image problem
#2

[eluser]cereal[/eluser]
Do this:
Code:
list($width, $height, $type, $attr) = getimagesize($yourImage);
if($width =< 500)
{
  //too small
} else {
  //resize your image
}

bye


Messages In This Thread
resize image problem - by El Forum - 01-08-2010, 04:35 AM
resize image problem - by El Forum - 01-31-2010, 06:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB