[TYPO3-english] Forcing .png files with $this->cObj->IMG_RESOURCE

Bert Hiddink hiddink at bendoo.com
Thu Sep 24 14:47:14 CEST 2009


Hi Bernd,

Thanks for your reply.
bernd wilke wrote:
> Am Thu, 24 Sep 2009 11:56:18 +0200 schrieb Bert Hiddink:
> 
>> Hello!
>>
>> I have the following:
>>
>> ...
>> $iconConf = array(
>>     'file' => $imgpath.$image,
>>     'file.' => array(
>>       'width' => '36',
>>       'format' => 'png',
>>     ),
>> );
>>
>> $img= $this->cObj->IMG_RESOURCE($iconConf); ...
>>
>> However, this still gives me a resized .jpg instead of a .png.
>>
>> I know I can do that with the GIFBUILDER-object but could I not just add
>> this param to the array $iconConf???
>>
> 
> what should be png? the included file or the result?

The result

> 
> I think you set the format at the wrong level
> try it like this:
> 
> $iconConf = array(
>     'file' => $imgpath.$image,
>     'file.' => array(
>       'width' => '36',
>     ),
>     'format' => 'png',
> );

I tried that as well but this did not work either...any further ideas?

Thanks!

-brt


-- 
Vriendelijke groeten,
Bert Hiddink

---------------------
BENDOO e-work solutions
Harterinkdijk 8
7065 AR SINDEREN
The Netherlands
Tel. 0315 244525
http://www.bendoo.nl
hiddink at bendoo.nl
---------------------


More information about the TYPO3-english mailing list