Hi
I have earlier used this piece of code to render and scale images in my
extensions.
But now it does work in my new extension.
$imgConf['file'] = 'uploads/pics/'.$billeder[$i];
$imgConf['file.']['width'] = 157;
$imageFile = $this->cObj->cObjGetSingle('IMAGE', $imgConf);
What is wrong?
Regards
Jeppe Donslund