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