solarizeimage($solarize); } $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[solarize] = $solarize; header("Location: display.php"); exit; } ######### end Solarize include("top.php"); ?>

getQuantumRange(); $len = strlen($q[quantumRangeString]); ?>
Quantum range: 0-
Threshold: ">
Description
Applies a special effect to the image, similar to the effect achieved in a photo darkroom by selectively exposing areas of photo sensitive paper to light.
Threshold
Threshold ranges from 0 to QuantumRange and is a measure of the extent of the solarization.