XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe phpthumb_filters

// Plus de détails...

Fonctions membres publiques

 DebugMessage ($message, $file='', $line='')
 
 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, $alpha)
 
 EdgeDetect (&$gdimg)
 
 Ellipse ($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)
 
 MeanRemoval (&$gdimg)
 
 Negative (&$gdimg)
 
 RoundedImageCorners (&$gdimg, $radius_x, $radius_y)
 
 Saturation (&$gdimg, $amount, $color='')
 
 Sepia (&$gdimg, $amount, $targetColor)
 
 Smooth (&$gdimg, $amount=6)
 
 SourceTransparentColorMask (&$gdimg, $hexcolor, $min_limit=5, $max_limit=10)
 
 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='', $lineheight=1.0)
 
 WatermarkOverlay (&$gdimg_dest, &$img_watermark, $alignment=' *', $opacity=50, $margin_x=5, $margin_y=null)
 

Fonctions membres publiques statiques

static ImprovedImageRotate (&$gdimg_source, $rotate_angle=0, $config_background_hexcolor='FFFFFF', $bg=null, &$phpThumbObject)
 

Champs de données

 $phpThumbObject = null
 

Description détaillée

//

Documentation des fonctions membres

◆ ApplyMask()

ApplyMask ( $gdimg_mask,
$gdimg_image 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ Bevel()

Bevel ( $gdimg,
  $width,
  $hexcolor1,
  $hexcolor2 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Blur()

Blur ( $gdimg,
  $radius = 0.5 
)
+ Voici le graphe des appelants de cette fonction :

◆ BlurGaussian()

BlurGaussian ( $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ BlurSelective()

BlurSelective ( $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ Brightness()

Brightness ( $gdimg,
  $amount = 0 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Colorize()

Colorize ( $gdimg,
  $amount,
  $targetColor 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ Contrast()

Contrast ( $gdimg,
  $amount = 0 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Crop()

Crop ( $gdimg,
  $left = 0,
  $right = 0,
  $top = 0,
  $bottom = 0 
)

◆ DebugMessage()

DebugMessage (   $message,
  $file = '',
  $line = '' 
)
+ Voici le graphe des appelants de cette fonction :

◆ Desaturate()

Desaturate ( $gdimg,
  $amount,
  $color = '' 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ DropShadow()

DropShadow ( $gdimg,
  $distance,
  $width,
  $hexcolor,
  $angle,
  $alpha 
)
+ Voici le graphe d'appel pour cette fonction :

◆ EdgeDetect()

EdgeDetect ( $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ Ellipse()

Ellipse (   $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ Emboss()

Emboss ( $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ Flip()

Flip ( $gdimg,
  $x = false,
  $y = false 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Frame()

Frame ( $gdimg,
  $frame_width,
  $edge_width,
  $hexcolor_frame,
  $hexcolor1,
  $hexcolor2 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Gamma()

Gamma ( $gdimg,
  $amount 
)

◆ Grayscale()

Grayscale ( $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ HistogramAnalysis()

HistogramAnalysis ( $gdimg,
  $calculateGray = false 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ HistogramOverlay()

HistogramOverlay ( $gdimg,
  $bands = '*',
  $colors = '',
  $width = 0.25,
  $height = 0.25,
  $alignment = 'BR',
  $opacity = 50,
  $margin_x = 5,
  $margin_y = null 
)
+ Voici le graphe d'appel pour cette fonction :

◆ HistogramStretch()

HistogramStretch ( $gdimg,
  $band = '*',
  $method = 0,
  $threshold = 0.1 
)
+ Voici le graphe d'appel pour cette fonction :

◆ ImageBorder()

ImageBorder ( $gdimg,
  $border_width,
  $radius_x,
  $radius_y,
  $hexcolor_border 
)
+ Voici le graphe d'appel pour cette fonction :

◆ ImageTrueColorToPalette2()

ImageTrueColorToPalette2 ( $image,
  $dither,
  $ncolors 
)
+ Voici le graphe des appelants de cette fonction :

◆ ImprovedImageRotate()

static ImprovedImageRotate ( $gdimg_source,
  $rotate_angle = 0,
  $config_background_hexcolor = 'FFFFFF',
  $bg = null,
$phpThumbObject 
)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ MeanRemoval()

MeanRemoval ( $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ Negative()

Negative ( $gdimg)
+ Voici le graphe d'appel pour cette fonction :

◆ ReduceColorDepth()

ReduceColorDepth ( $gdimg,
  $colors = 256,
  $dither = true 
)
+ Voici le graphe d'appel pour cette fonction :

◆ RoundedImageCorners()

RoundedImageCorners ( $gdimg,
  $radius_x,
  $radius_y 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Saturation()

Saturation ( $gdimg,
  $amount,
  $color = '' 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Sepia()

Sepia ( $gdimg,
  $amount,
  $targetColor 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Smooth()

Smooth ( $gdimg,
  $amount = 6 
)
+ Voici le graphe d'appel pour cette fonction :

◆ SourceTransparentColorMask()

SourceTransparentColorMask ( $gdimg,
  $hexcolor,
  $min_limit = 5,
  $max_limit = 10 
)
+ Voici le graphe d'appel pour cette fonction :

◆ Threshold()

Threshold ( $gdimg,
  $cutoff 
)
+ Voici le graphe d'appel pour cette fonction :

◆ WatermarkOverlay()

WatermarkOverlay ( $gdimg_dest,
$img_watermark,
  $alignment = '*',
  $opacity = 50,
  $margin_x = 5,
  $margin_y = null 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ WatermarkText()

WatermarkText ( $gdimg,
  $text,
  $size,
  $alignment,
  $hex_color = '000000',
  $ttffont = '',
  $opacity = 100,
  $margin = 5,
  $angle = 0,
  $bg_color = false,
  $bg_opacity = 0,
  $fillextend = '',
  $lineheight = 1.0 
)
+ Voici le graphe d'appel pour cette fonction :

◆ WhiteBalance()

WhiteBalance ( $gdimg,
  $targetColor = '' 
)
+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $phpThumbObject

$phpThumbObject = null

La documentation de cette classe a été générée à partir du fichier suivant :