TCPDF_IMAGES Klassenreferenz

Öffentliche, statische Methoden

static getImageFileType ($imgfile, $iminfo=array())
 
static setGDImageTransparency ($new_image, $image)
 
static _toPNG ($image)
 
static _toJPEG ($image, $quality)
 
static _parsejpeg ($file)
 
static _parsepng ($file)
 

Statische öffentliche Attribute

static $svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode')
 

Ausführliche Beschreibung

Static image methods used by the TCPDF class.

Definiert in Zeile 52 der Datei tcpdf_images.php.

Dokumentation der Elementfunktionen

static _parsejpeg (   $file)
static

Extract info from a JPEG file without using the GD library.

Parameter
$file(string) image file to parse
Rückgabe
array structure containing the image data static

Definiert in Zeile 162 der Datei tcpdf_images.php.

Benutzt TCPDF_STATIC\_getUSHORT().

Wird benutzt von TCPDF\Image().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static _parsepng (   $file)
static

Extract info from a PNG file without using the GD library.

Parameter
$file(string) image file to parse
Rückgabe
array structure containing the image data static

Definiert in Zeile 237 der Datei tcpdf_images.php.

Benutzt TCPDF_STATIC\_freadint() und TCPDF_STATIC\rfread().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

static _toJPEG (   $image,
  $quality 
)
static

Convert the loaded image to a JPEG and then return a structure for the PDF creator. This function requires GD library and write access to the directory defined on K_PATH_CACHE constant.

Parameter
$image(image) Image object.
$quality(int) JPEG quality. return image JPEG image object. static

Definiert in Zeile 146 der Datei tcpdf_images.php.

Benutzt TCPDF_STATIC\getObjFilename().

Wird benutzt von TCPDF\Image().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static _toPNG (   $image)
static

Convert the loaded image to a PNG and then return a structure for the PDF creator. This function requires GD library and write access to the directory defined on K_PATH_CACHE constant.

Parameter
$image(image) Image object. return image PNG image object.
Seit
4.9.016 (2010-04-20) static

Definiert in Zeile 122 der Datei tcpdf_images.php.

Benutzt TCPDF_STATIC\getObjFilename().

Wird benutzt von TCPDF\Image().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static getImageFileType (   $imgfile,
  $iminfo = array() 
)
static

Return the image type given the file name or array returned by getimagesize() function.

Parameter
$imgfile(string) image file name
$iminfo(array) array of image information returned by getimagesize() function.
Rückgabe
string image type
Seit
4.8.017 (2009-11-27) static

Definiert in Zeile 71 der Datei tcpdf_images.php.

Benutzt TCPDF_STATIC\empty_string().

Wird benutzt von TCPDF\Header(), TCPDF\Image(), TCPDF\openHTMLTagHandler() und TCPDF\startSVGElementHandler().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

static setGDImageTransparency (   $new_image,
  $image 
)
static

Set the transparency for the given GD image.

Parameter
$new_image(image) GD image object
$image(image) GD image object. return GD image object.
Seit
4.9.016 (2010-04-20) static

Definiert in Zeile 99 der Datei tcpdf_images.php.

Wird benutzt von TCPDF\Image().

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

Dokumentation der Datenelemente

$svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode')
static

Array of hinheritable SVG properties.

Seit
5.0.000 (2010-05-02) static

Definiert in Zeile 59 der Datei tcpdf_images.php.

Wird benutzt von TCPDF\startSVGElementHandler().


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.