$valeur) { if(in_array($variable, $needed_arguments)) continue; $optional_arguments[$variable] = $valeur; } if(!isset($optional_arguments["strech"]) || $optional_arguments["strech"]=NULL) $optional_arguments["strech"] = $GLOBALS["global_strech"]; if(!isset($optional_arguments["quality"]) || $optional_arguments["quality"]=NULL) $optional_arguments["quality"] = $GLOBALS["global_quality"]; $img = new ImageEdit($Site['homeDir'].$_GET[source]); $img->resize($_GET[width], $_GET[height], $optional_arguments["strech"]); //resize the image to certain Width, hold the ratio //$img->effect("SHARPENA"); //add a effect $img->output($img->type, NULL, $optional_arguments["quality"]); ?>