|
|
How can i generate an image from Typoscript using GifbuilderIn order to generate an image from typoscript using Gifbuilder you can use the following snippet:
temp.titlebox = COA
temp.titlebox {
2=IMAGE
2{
file=GIFBUILDER
file{
XY=[10.w]+10,45
backColor= #FFFFFF
10=TEXT
10{
text = {field:title}
text.insertData=1
fontSize = 23
fontFile = fileadmin/templates/font/arial.ttf
fontColor = #2D2D2D
offset = 0,24
}
}
}
}
temp.titlebox.wrap=<h1>|</h1>
In this example the text beeing used is the title of the page: {field:title} if you need another text just replace this with your text (for example: text = My text ) General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |