Attention

TYPO3 v7 has reached its end-of-life November 30th, 2018 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.

There is no further ELTS support. It is recommended that you upgrade your project and use a supported version of TYPO3.

imgResource

Data type

imgResource

Examples

Here "file" is an imgResource:

10 = IMAGE
10.file = fileadmin/toplogo.gif
10.file.width = 200

GIFBUILDER:

10 = IMAGE
10.file = GIFBUILDER
10.file {
   # GIFBUILDER properties here...
}

Comment

  1. A "resource" (see above) plus imgResource properties (see the example and the object reference for imgResource below).

    Filetypes can be anything among the allowed types defined in the configuration variable $TYPO3_CONF_VARS['GFX']['imagefile_ext']. Standard is pdf, gif, jpg, jpeg, tif, bmp, ai, pcx, tga, png.

  2. A GIFBUILDER object. See the object reference for GIFBUILDER below.