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

Displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can produce a psychedelic effect.