addNoiseImage( $noise_type, $channel ); } $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[edge] = $edge; header("Location: display.php"); exit; } # end add noise include("top.php"); ?>

Description
Adds random noise to the image.
Noise Type
Type of noise. [Examples]
Channel
Color channel