Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
main () | |
errorGif ($l1, $l2, $l3) | |
fontGif ($font) | |
wrapFileName ($inputName) | |
init () | |
main () | |
errorGif ($l1, $l2, $l3) | |
fontGif ($font) | |
wrapFileName ($inputName) | |
init () | |
main () | |
errorGif ($l1, $l2, $l3) | |
fontGif ($font) | |
wrapFileName ($inputName) | |
Public Attributes | |
$include_once = array() | |
$outdir = 'typo3temp/' | |
$output = '' | |
$sizeDefault = '56x56' | |
$imageList | |
$input | |
$file | |
$size |
Definition at line 114 of file thumbs.php.
|
Creates error image based on gfx/notfound_thumb.png Requires GD lib enabled, otherwise it will exit with the three textstrings outputted as text. Outputs the image stream to browser and exits!
Definition at line 268 of file thumbs.php. |
|
Creates error image based on gfx/notfound_thumb.png Requires GD lib enabled, otherwise it will exit with the three textstrings outputted as text. Outputs the image stream to browser and exits!
Definition at line 268 of file thumbs.php. |
|
Creates error image based on gfx/notfound_thumb.png Requires GD lib enabled, otherwise it will exit with the three textstrings outputted as text. Outputs the image stream to browser and exits!
Definition at line 268 of file thumbs.php. Referenced by main(). |
|
Creates a font-preview thumbnail. This means a PNG/GIF file with the text "AaBbCc...." set with the font-file given as input and in various sizes to show how the font looks Requires GD lib enabled. Outputs the image stream to browser and exits!
Definition at line 320 of file thumbs.php. References t3lib_div::freetypeDpiComp(). |
|
Creates a font-preview thumbnail. This means a PNG/GIF file with the text "AaBbCc...." set with the font-file given as input and in various sizes to show how the font looks Requires GD lib enabled. Outputs the image stream to browser and exits!
Definition at line 320 of file thumbs.php. References t3lib_div::freetypeDpiComp(). |
|
Creates a font-preview thumbnail. This means a PNG/GIF file with the text "AaBbCc...." set with the font-file given as input and in various sizes to show how the font looks Requires GD lib enabled. Outputs the image stream to browser and exits!
Definition at line 320 of file thumbs.php. References t3lib_div::freetypeDpiComp(). Referenced by main(). |
|
Initialize; reading parameters with GPvar and checking file path Results in internal var, $this->input, being set to the absolute path of the file for which to make the thumbnail.
Definition at line 135 of file thumbs.php. References t3lib_div::_GP(), and t3lib_div::isAllowedAbsPath(). |
|
Initialize; reading parameters with GPvar and checking file path Results in internal var, $this->input, being set to the absolute path of the file for which to make the thumbnail.
Definition at line 135 of file thumbs.php. References t3lib_div::_GP(), and t3lib_div::isAllowedAbsPath(). |
|
Initialize; reading parameters with GPvar and checking file path Results in internal var, $this->input, being set to the absolute path of the file for which to make the thumbnail.
Definition at line 135 of file thumbs.php. References t3lib_div::_GP(), and t3lib_div::isAllowedAbsPath(). |
|
Create the thumbnail Will exit before return if all is well.
Definition at line 165 of file thumbs.php. References errorGif(), fontGif(), t3lib_div::inList(), t3lib_div::intInRange(), and wrapFileName(). |
|
Create the thumbnail Will exit before return if all is well.
Definition at line 165 of file thumbs.php. References errorGif(), fontGif(), t3lib_div::inList(), t3lib_div::intInRange(), and wrapFileName(). |
|
Create the thumbnail Will exit before return if all is well.
Definition at line 165 of file thumbs.php. References errorGif(), fontGif(), t3lib_div::inList(), t3lib_div::intInRange(), and wrapFileName(). |
|
Wrapping the input filename in double-quotes
Definition at line 367 of file thumbs.php. |
|
Wrapping the input filename in double-quotes
Definition at line 367 of file thumbs.php. |
|
Wrapping the input filename in double-quotes
Definition at line 367 of file thumbs.php. Referenced by main(). |