XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe PaletteImage
+ Graphe d'héritage de PaletteImage:
+ Graphe de collaboration de PaletteImage:

Fonctions membres publiques

 doCreate ($width, $height)
 
 isTrueColor ()
 
 asPalette ($nColors=255, $dither=null, $matchPalette=true)
 
 asTrueColor ()
 
 getChannels ()
 
 copyNoAlpha ()
 
- Fonctions membres publiques hérités de Image
 __construct ($handle)
 
 __destruct ()
 
 destroy ()
 
 getHandle ()
 
 isValid ()
 
 releaseHandle ()
 
 saveToFile ($uri)
 
 asString ($format)
 
 output ($format)
 
 getWidth ()
 
 getHeight ()
 
 allocateColor ($R, $G=null, $B=null)
 
 isTransparent ()
 
 getTransparentColor ()
 
 setTransparentColor ($color)
 
 getTransparentColorRGB ()
 
 getRGBAt ($x, $y)
 
 setRGBAt ($x, $y, $color)
 
 getColorRGB ($colorIndex)
 
 getColorAt ($x, $y)
 
 setColorAt ($x, $y, $color)
 
 getClosestColor ($R, $G=null, $B=null)
 
 getExactColor ($R, $G=null, $B=null)
 
 copyTransparencyFrom ($sourceImage, $fill=true)
 
 fill ($x, $y, $color)
 
 getMask ()
 
 resize ($width=null, $height=null, $fit='inside', $scale='any')
 
 resizeDown ($width=null, $height=null, $fit='inside')
 
 resizeUp ($width=null, $height=null, $fit='inside')
 
 rotate ($angle, $bgColor=null, $ignoreTransparent=true)
 
 merge ($overlay, $left=0, $top=0, $pct=100)
 
 resizeCanvas ($width, $height, $pos_x, $pos_y, $bg_color=null, $scale='any', $merge=false)
 
 roundCorners ($radius, $color=null, $smoothness=2, $corners=255)
 
 applyMask ($mask, $left=0, $top=0)
 
 applyFilter ($filter, $arg1=null, $arg2=null, $arg3=null, $arg4=null)
 
 applyConvolution ($matrix, $div, $offset)
 
 crop ($left=0, $top=0, $width='100%', $height='100%')
 
 autoCrop ($margin=0, $rgb_threshold=0, $pixel_cutoff=1, $base_color=null)
 
 asNegative ()
 
 asGrayscale ()
 
 mirror ()
 
 unsharp ($amount, $radius, $threshold)
 
 flip ()
 
 correctGamma ($inputGamma, $outputGamma)
 
 addNoise ($amount, $type)
 
 __call ($name, $args)
 
 __toString ()
 
 copy ()
 
 copyTo ($dest, $left=0, $top=0)
 
 getCanvas ()
 
 __sleep ()
 
 __wakeup ()
 

Fonctions membres publiques statiques

static create ($width, $height)
 

Fonctions membres protégées

 copyAsNew ($trueColor=false)
 
- Fonctions membres protégées hérités de Image
 writeHeader ($name, $data)
 
 getOperation ($name)
 

Membres hérités additionnels

- Attributs protégés hérités de Image
 $handle = null
 
 $handleReleased = false
 
 $canvas = null
 
 $sdata = null
 

Documentation des fonctions membres

◆ asPalette()

asPalette (   $nColors = 255,
  $dither = null,
  $matchPalette = true 
)

(non-PHPdoc)

Voir également
\WideImage\ImageasPalette($nColors, $dither, $matchPalette)

Réimplémentée à partir de Image.

◆ asTrueColor()

asTrueColor ( )

(non-PHPdoc)

Voir également
\WideImage\ImageasTrueColor()

Réimplémentée à partir de Image.

◆ copyAsNew()

copyAsNew (   $trueColor = false)
protected

Returns a copy of the image

Paramètres
$trueColorTrue if the new image should be truecolor
Renvoie
\WideImage\Image

◆ copyNoAlpha()

copyNoAlpha ( )

(non-PHPdoc)

Voir également
\WideImage\ImagecopyNoAlpha()

Réimplémentée à partir de Image.

◆ create()

static create (   $width,
  $height 
)
static

Create a palette image

Paramètres
int$width
int$height
Renvoie
\WideImage\PaletteImage
+ Voici le graphe des appelants de cette fonction :

◆ doCreate()

doCreate (   $width,
  $height 
)

◆ getChannels()

getChannels ( )

(non-PHPdoc)

Voir également
\WideImage\ImagegetChannels()

Réimplémentée à partir de Image.

◆ isTrueColor()

isTrueColor ( )

(non-PHPdoc)

Voir également
\WideImage\ImageisTrueColor()

Réimplémentée à partir de Image.


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