[TYPO3-english] DCE extension and use of gifbuilder

"HocomAdvies [  Wiechert Hooghwinkel "HocomAdvies [  Wiechert Hooghwinkel
Mon Mar 10 13:32:52 CET 2014


I am exploring the use of DCE extension which seems to be very useful as replacement for TV. With TV It was possible to use Gifbuilder to resize images per example. 
So my question how to get that done in combination with DCE? 

Tried something like this but it did not work :

<config>
	<type>group</type>
	<internal_type>file</internal_type>
	<allowed>jpg,jpeg,png,gif</allowed>
	<size>1</size>
	<minitems>0</minitems>
	<maxitems>1</maxitems>
	<uploadfolder>uploads/pics</uploadfolder>
	<show_thumbs>1</show_thumbs>
<TypoScript>10 = IMAGE
10.file = GIFBUILDER
10.file {
XY = 232,232
quality = 100
10 = IMAGE
10.file.import = uploads/pics/
10.file.import.current = 1
10.file.import.listNum = 0
10.file.minW = 232
10.file.minH = 232
10.file.maxW = 232
10.file.maxH = 232
}
</TypoScript>
</config>

What would be a good approach for having things like this included?

Best Regards,
HocomAdvies

Wiechert Hooghwinkel




More information about the TYPO3-english mailing list