XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
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 | |
//
ApplyMask | ( | & | $gdimg_mask, |
& | $gdimg_image | ||
) |
Bevel | ( | & | $gdimg, |
$width, | |||
$hexcolor1, | |||
$hexcolor2 | |||
) |
Blur | ( | & | $gdimg, |
$radius = 0.5 |
|||
) |
BlurGaussian | ( | & | $gdimg | ) |
BlurSelective | ( | & | $gdimg | ) |
Brightness | ( | & | $gdimg, |
$amount = 0 |
|||
) |
Colorize | ( | & | $gdimg, |
$amount, | |||
$targetColor | |||
) |
Contrast | ( | & | $gdimg, |
$amount = 0 |
|||
) |
Crop | ( | & | $gdimg, |
$left = 0 , |
|||
$right = 0 , |
|||
$top = 0 , |
|||
$bottom = 0 |
|||
) |
DebugMessage | ( | $message, | |
$file = '' , |
|||
$line = '' |
|||
) |
Desaturate | ( | & | $gdimg, |
$amount, | |||
$color = '' |
|||
) |
DropShadow | ( | & | $gdimg, |
$distance, | |||
$width, | |||
$hexcolor, | |||
$angle, | |||
$alpha | |||
) |
EdgeDetect | ( | & | $gdimg | ) |
Ellipse | ( | $gdimg | ) |
Emboss | ( | & | $gdimg | ) |
Frame | ( | & | $gdimg, |
$frame_width, | |||
$edge_width, | |||
$hexcolor_frame, | |||
$hexcolor1, | |||
$hexcolor2 | |||
) |
Gamma | ( | & | $gdimg, |
$amount | |||
) |
Grayscale | ( | & | $gdimg | ) |
HistogramAnalysis | ( | & | $gdimg, |
$calculateGray = false |
|||
) |
HistogramOverlay | ( | & | $gdimg, |
$bands = '*' , |
|||
$colors = '' , |
|||
$width = 0.25 , |
|||
$height = 0.25 , |
|||
$alignment = 'BR' , |
|||
$opacity = 50 , |
|||
$margin_x = 5 , |
|||
$margin_y = null |
|||
) |
HistogramStretch | ( | & | $gdimg, |
$band = '*' , |
|||
$method = 0 , |
|||
$threshold = 0.1 |
|||
) |
ImageBorder | ( | & | $gdimg, |
$border_width, | |||
$radius_x, | |||
$radius_y, | |||
$hexcolor_border | |||
) |
ImageTrueColorToPalette2 | ( | & | $image, |
$dither, | |||
$ncolors | |||
) |
|
static |
MeanRemoval | ( | & | $gdimg | ) |
Negative | ( | & | $gdimg | ) |
ReduceColorDepth | ( | & | $gdimg, |
$colors = 256 , |
|||
$dither = true |
|||
) |
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 | |||
) |
WatermarkOverlay | ( | & | $gdimg_dest, |
& | $img_watermark, | ||
$alignment = '*' , |
|||
$opacity = 50 , |
|||
$margin_x = 5 , |
|||
$margin_y = null |
|||
) |
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 |
|||
) |
WhiteBalance | ( | & | $gdimg, |
$targetColor = '' |
|||
) |
$phpThumbObject = null |