roundcorners($x_rounding, $y_rounding ); } $format = strtolower( $image->getimageformat() ); $path = "temp/$ID.$_SESSION[views].$format"; $frames = $image->getNumberImages(); if ( $frames > 1) { $image->writeImages("$path", TRUE); } else { $image->writeImage("$path"); } # save settings $_SESSION[path] = $path; $_SESSION[x_rounding] = $x_rounding; $_SESSION[y_rounding] = $y_rounding; header("Location: display.php"); exit; } ######### end round corners include("top.php"); ?>

X Rounding ">
Y Rounding ">

Discription
Rounds image corners
X Rounding
Amount of rounding on X axis
Y Rounding
Amount of rounding on Y axis