500) { // 50-500 pixels will resize echo "resize range 50 pixels - 500 pixels"; exit(); } // if ($_GET["mode"]=="height") { // mode resize // $thumb->size_height($_GET["size"]); // } elseif ($_GET["mode"]=="width") { // $thumb->size_width($_GET["size"]); // } elseif ($_GET["mode"]=="auto" || empty($_GET["mode"])) { // $thumb->size_auto($_GET["size"]); // } $thumb->size_auto($_GET["size"]); $thumb->show(); // show resize if ($_GET["save"]==1) // if save selected $thumb->save("./shiegege_thumb.jpg"); ?>