What is the equivalent of this Typoscript in PHP?
10 = IMAGE
10.file{
width = 400
height = 300
import = uploads/pics/
import.field = image
}
I’m guessing there is something in TYPO3 libraries that does the same. I have Imagemagick installed.
In pi1 class of your ext:
in TypoScript template:
You can also set the dimensions directly in PHP by replacing:
with inline
array():