Todo List
[line 13]
phpthumb_filters phpthumb_filters( )
void ApplyMask( &$gdimg_mask, &$gdimg_image)
void Bevel( &$gdimg, $width, $hexcolor1, $hexcolor2)
void Blur( &$gdimg, [ $radius = 0.5])
void BlurGaussian( &$gdimg)
void BlurSelective( &$gdimg)
void Brightness( &$gdimg, [ $amount = 0])
void Colorize( &$gdimg, $amount, $targetColor)
void Contrast( &$gdimg, [ $amount = 0])
void Crop( &$gdimg, [ $left = 0], [ $right = 0], [ $top = 0], [ $bottom = 0])
void DebugMessage( $message, [ $file = ''], [ $line = ''])
void Desaturate( &$gdimg, $amount, [ $color = ''])
void DropShadow( &$gdimg, $distance, $width, $hexcolor, $angle, $fade)
void EdgeDetect( &$gdimg)
void Elipse( $gdimg)
void Emboss( &$gdimg)
void Flip( &$gdimg, [ $x = false], [ $y = false])
void Frame( &$gdimg, $frame_width, $edge_width, $hexcolor_frame, $hexcolor1, $hexcolor2)
void Gamma( &$gdimg, $amount)
void Grayscale( &$gdimg)
void HistogramAnalysis( &$gdimg, [ $calculateGray = false])
void HistogramOverlay( &$gdimg, [ $bands = '*'], [ $colors = ''], [ $width = 0.25], [ $height = 0.25], [ $alignment = 'BR'], [ $opacity = 50], [ $margin_x = 5], [ $margin_y = null])
void HistogramStretch( &$gdimg, [ $band = '*'], [ $method = 0], [ $threshold = 0.1])
void ImageBorder( &$gdimg, $border_width, $radius_x, $radius_y, $hexcolor_border)
void ImageTrueColorToPalette2( &$image, $dither, $ncolors)
void ImprovedImageRotate( &$gdimg_source, [ $rotate_angle = 0], [ $config_background_hexcolor = 'FFFFFF'], [ $bg = null])
void MeanRemoval( &$gdimg)
void Negative( &$gdimg)
void ReduceColorDepth( &$gdimg, [ $colors = 256], [ $dither = true])
void RoundedImageCorners( &$gdimg, $radius_x, $radius_y)
void Saturation( &$gdimg, $amount, [ $color = ''])
void Sepia( &$gdimg, $amount, $targetColor)
void Smooth( &$gdimg, [ $amount = 6])
void SourceTransparentColorMask( &$gdimg, $hexcolor, [ $min_limit = 5], [ $max_limit = 10])
void Threshold( &$gdimg, $cutoff)
void WatermarkOverlay( &$gdimg_dest, &$img_watermark, [ $alignment = '*'], [ $opacity = 50], [ $margin_x = 5], [ $margin_y = null])
void WatermarkText( &$gdimg, $text, $size, $alignment, [ $hex_color = '000000'], [ $ttffont = ''], [ $opacity = 100], [ $margin = 5], [ $angle = 0], [ $bg_color = false], [ $bg_opacity = 0], [ $fillextend = ''])
void WhiteBalance( &$gdimg, [ $targetColor = ''])