Typo3 7.6.xx – Corte de uma imagem por meio da configuração de cObject do PHP

função getImage ($ file, $ width, $ height) {
$ imgConf = array ();
$ imgConf [‘arquivo’] = $ arquivo;
$ imgConf [‘arquivo.’] [‘largura’] = $ largura.’c ‘;
$ imgConf [‘arquivo.’] [‘altura’] = $ altura.’c ‘;
return $ this-> cObj-> Image ($ imgConf);
}