![]() ![]() |
array getimagesize (string filename
[, array imageinfo]) (PHP 3, PHP 4 >= 4.0b1) Ermittelt verschiedene Informationen über eine Grafik ![]() |
![]() ![]() |
int imagearc (int im, int cx,
int cy, int w, int h, int s, int e, int col) (PHP 3, PHP 4 >= 4.0b1) Zeichnet eine Teil-Ellipse ![]() |
![]() ![]() |
int imagechar (int im, int font,
int x, int y, string c, int col) (PHP 3, PHP 4 >= 4.0b1) Zeichnet einen einzelnen horizontalen String (Zeichen) ![]() |
![]() ![]() |
int imagecharup (int im, int
font, int x, int y, string c, int col) (PHP 3, PHP 4 >= 4.0b1) Zeichnet einen einzelnen vertikalen String (Zeichen) ![]() |
![]() ![]() |
int imagecolorallocate (int im, int red, int green, int blue)
(PHP 3, PHP 4 >= 4.0b1) Legt die Farbe einer Grafik fest ![]() |
![]() ![]() |
int imagecolorat (int im, int x, int y)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt den genauen Farbwert eines Bildpunktes ![]() |
![]() ![]() |
int imagecolorclosest (int im, int red, int green, int blue)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt die Farb-ID, welcher der angegebenen ähnelt ![]() |
![]() ![]() |
int imagecolordeallocate (int im, int index)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Löscht eine bereits zugewiesene Farbe ![]() |
![]() ![]() |
int imagecolorexact (int im, int red, int green, int blue)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt die Farb-ID der angegebenen Farbe ![]() |
![]() ![]() |
int imagecolorresolve (int im, int red, int green, int blue)
(PHP 3>= 3.0.2, PHP 4 >= 4.0b1) Ermittelt die Farb-ID, welcher der angegebenen ähnelt ![]() |
![]() ![]() |
bool imagecolorset (int im, int index, int red, int green, int blue)
(PHP 3, PHP 4 >= 4.0b1) Ändert den Farbwert innerhalb eines Bildes ![]() |
![]() ![]() |
array imagecolorsforindex (int im, int index)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt die RGB-Farbwerte für eine angegebene Farbe ![]() |
![]() ![]() |
int imagecolorstotal (int im)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt die Anzahl der Farbwerte eines Bildes ![]() |
![]() ![]() |
int imagecolortransparent (int im [, int col])
(PHP 3, PHP 4 >= 4.0b1) Setzt eine angegebene Farbe auf Transparent ![]() |
![]() ![]() |
int imagecopy (int dst_im, int
src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Kopiert einen vordefinierten Bildausschnitt ![]() |
![]() ![]() |
int imagecopyresized (int dst_im, int src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
(PHP 3, PHP 4 >= 4.0b1) Kopiert und ändert einen vordefinierten Bildausschnitt ![]() |
![]() ![]() |
int imagecreate (int x_size, int y_size)
(PHP 3, PHP 4 >= 4.0b1) Erstellt ein neues Bild ![]() |
![]() ![]() |
int imagecreatefromgif (string filename)
(PHP 3, PHP 4 >= 4.0b1) Erzeugt ein neues GIF-Bild aus einer Datei ![]() |
![]() ![]() |
int imagecreatefromjpeg (string filename)
(PHP 3>= 3.0.16, PHP 4 >= 4.0RC1) Erzeugt ein neues JPEG-Bild aus einer Datei ![]() |
![]() ![]() |
int imagecreatefrompng (string filename)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Erzeugt ein neues PNG-Bild aus einer Datei ![]() |
![]() ![]() |
int imagecreatefromwbmp (string filename)
(PHP 4 >= 4.01) Erzeugt ein neues Bild aus einer WBMP-DateiSiehe ![]() |
![]() ![]() |
int imagedashedline (int im, int x1, int y1, int x2, int y2, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet eine gestrichelte Linie ![]() |
![]() ![]() |
int imagedestroy (int im)
(PHP 3, PHP 4 >= 4.0b1) Löscht ein bestehendes Bild ![]() |
![]() ![]() |
int imagefill (int im, int x, int y, int col)
(PHP 3, PHP 4 >= 4.0b1) Füllt ein Bild mit Farbe ![]() |
![]() ![]() |
int imagefilledpolygon (int im, array points, int num_points, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet ein mit Farbe gefülltes Polygon(Vieleck) ![]() |
![]() ![]() |
int imagefilledrectangle (int im, int x1, int y1, int x2, int y2, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet ein mit Farbe gefülltes Rechteck ![]() |
![]() ![]() |
int imagefilltoborder (int im, int x, int y, int border, int col)
(PHP 3, PHP 4 >= 4.0b1) Füllt ein Bild mit Farbe bis zu einem Objekt ![]() |
![]() ![]() |
int imagefontheight (int font)
(PHP 3, PHP 4 >= 4.0b1) Ermittel die Höhe eines Font ![]() |
![]() ![]() |
int imagefontwidth (int font)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt die Breite eines Font ![]() |
![]() ![]() |
int imagegammacorrect (int im, double inputgamma, double outputgamma)
(PHP 3>= 3.0.13, PHP 4 >= 4.0.0) Änderung eines Bildes mittels eine Gamma-Korrektur ![]() |
![]() ![]() |
int imagegif (int im [, string filename])
(PHP 3, PHP 4 >= 4.0b1) Gibt ein GIF-Bild an den Browser oder in eine Datei aus ![]() |
![]() ![]() |
int imageinterlace (int im [, int interlace])
(PHP 3, PHP 4 >= 4.0b1) Setzt den Interlaced-Modus ![]() |
![]() ![]() |
int imagejpeg (int im [, string filename [, int quality]])
(PHP 3>= 3.0.16, PHP 4 >= 4.0RC1) Gibt ein JPEG-Bild an den Browser oder in eine Datei aus ![]() |
![]() ![]() |
int imageline (int im, int x1, int y1, int x2, int y2, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet eine Linie ![]() |
![]() ![]() |
int imageloadfont (string file)
(PHP 3, PHP 4 >= 4.0b1) Lädt einen neuen Font |
![]() ![]() |
int imagepng (int im [, string filename])
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Gibt ein PNG-Bild an den Browser oder in eine Datei aus ![]() |
![]() ![]() |
int imagepolygon (int im, array points, int num_points, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet ein Polygon(Vieleck) ![]() |
![]() ![]() |
array imagepsbbox (string text, int font, int size [, int space [, int tightness [, float angle]]])
(PHP 3>= 3.0.9, PHP 4 >= 4.0RC1) Ermittelt die Maße eine Rechtecks, welches unter Berücksichtigung der PostScript-Fonts (Typ 1) für ein Text benötigt wird |
![]() ![]() |
int imagepsencodefont (string encodingfile)
(PHP 3>= 3.0.9, PHP 4 >= 4.0RC1) Verändert die Vektorbeschreibung eines Font |
![]() ![]() |
bool imagepsextendfont (int font_index, double extend)
(PHP 3>= 3.0.9, PHP 4 >= 4.0RC1) Vergrößert oder komprimiert einen Font |
![]() ![]() |
void imagepsfreefont (int fontindex)
(PHP 3>= 3.0.9, PHP 4 >= 4.0RC1) Gibt Speicher frei, welcher durch PostScript-Fonts (Typ 1) belegt war |
![]() ![]() |
int imagepsloadfont (string filename)
(PHP 3>= 3.0.9, PHP 4 >= 4.0RC1) Lädt einen PostScript-Fonts (Typ 1) aus einer Datei |
![]() ![]() |
bool imagepsslantfont (int font_index, double slant)
(PHP 3>= 3.0.9, PHP 4 >= 4.0RC1) Stellt einen Font schräg |
![]() ![]() |
array imagepstext (int image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]])
(PHP 3>= 3.0.9, PHP 4 >= 4.0RC1) Ein Text wird mit PostScript-Fonts (Typ 1) ausgegeben |
![]() ![]() |
int imagerectangle (int im, int x1, int y1, int x2, int y2, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet ein Rechteck ![]() |
![]() ![]() |
int imagesetpixel (int im, int x, int y, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet ein einzelnes Pixel ![]() |
![]() ![]() |
int imagestring (int im, int font, int x, int y, string s, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet ein horizontalen String (Zeichenkette) ![]() |
![]() ![]() |
int imagestringup (int im, int font, int x, int y, string s, int col)
(PHP 3, PHP 4 >= 4.0b1) Zeichnet ein vertikalen String (Zeichenkette) ![]() |
![]() ![]() |
int imagesx (int im)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt die aktuelle Breite eines Bildes ![]() |
![]() ![]() |
int imagesy (int im)
(PHP 3, PHP 4 >= 4.0b1) Ermittelt die aktuelle Höhe eines Bildes ![]() |
![]() ![]() |
array imagettfbbox (int size, int angle, string fontfile, string text)
(PHP 3>= 3.0.1, PHP 4 >= 4.0b1) Ermittelt die Maße einer True-Type-Schrift ![]() |
![]() ![]() |
array imagettftext (int im, int size, int angle, int x, int y, int col, string fontfile, string text)
(PHP 3, PHP 4 >= 4.0b1) Erstellt ein beliebigen TTF-Text in einem Bild ![]() |
![]() ![]() |
int imagetypes ()
(PHP 3 CVS only, PHP 4 >= 4.0.2) Gibt alle unterstützten Bildformate innerhalb von PHP aus ![]() |
![]() ![]() |
int imagewbmp (int im [, string filename])
(PHP 3 >= 3.0.15, PHP 4 >= 4.01) Gibt ein WBMP-Bild an den Browser oder in eine Datei aus ![]() |
![]() ![]() |
array read_exif_data (string filename)
(PHP 4 >= 4.0.1) EXIF Header-Infos werden aus einer JPEG-Datei ausgelesen |
![]() | |
weiter:![]() |
![]() |
zurück:![]() |
![]() |
![]() ![]() |