[TYPO3] Rendering a tt_content field as an image

Brian Bendtsen nightowl at galnet.dk
Mon Sep 3 16:20:59 CEST 2007


Hi

Im trying to turn a tt_content field into an Image with this typoscript, 
but all get is a white background - not the text:

lib.footer = RECORDS
lib.footer {
  tables = tt_content
  source = 3
  conf.tt_content = IMAGE
  conf.tt_content {
   file = GIFBUILDER
   file {
    XY = 550, 28
    backColor = #ffffff
    offset = 10,15
    fontColor = #000000
    fontFile = fileadmin/fonts/times.ttf
   }
  }
}

Any tips?

/Brian


More information about the TYPO3-english mailing list