[TYPO3-core] RFC #14516 Background gradient images wrong colors in browsers with color profile capability

Helmut Hummel helmut at typo3.org
Sat Jun 19 11:12:13 CEST 2010


On 19.06.10 10:37, Helmut Hummel wrote:
> On 14.06.10 00:16, Steffen Kamper wrote:
>>
>> just a reminder for the RC
> 
> REMINDER #2

This is the link to the archive with all stripped png images:

http://bugs.typo3.org/file_download.php?file_id=11828&type=bug

This is how I stripped them:

files=`find . -name *.png`
for file in $files
do
  mkdir -p "typo3-new/`dirname $file`"
  pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB $file typo3-new/$file
done


Regards Helmut


More information about the TYPO3-team-core mailing list