DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: KB All Colors

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2006-03-25T14:56:54
Author:Bernhard Kraft
Email:kraftb@kraftb.at
Info 3:
Info 4:

EXT: KB All Colors

Extension Key: kb_allcolors

Copyright 2000-2002, Bernhard Kraft, <kraftb@kraftb.at>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: KB All Colors 1

Introduction 1

What does it do? 1

Installation 1

Changelog 1

Introduction

What does it do?

Many of you will have noticed the problem which even exists in T3 3.8.0 that GIFBUILDER images are always created with just 256 colors. Even some image processing leads to images with only 256 images. I assume when the coding of t3lib_stdgraphic.php happened that Gdlib2 was not stable and so it was choosen to support only Gdlib 1. But nowadays almost every webhoster has Gdlib2 installed and thus supports truecolor images.

This extension was made out of a core patch which fixes this problem. I made this as an extension because patching the core is to complicated for many people and we need many people who test this fix because if everything works properly (Please also send positive feedback !!) it will get included into T3 4.0.0 which comes somwhen during end of this or beginning of next year.

Installation

Just install it via the extension manager and clear both caches. Most probably you will also need to delete all generated images in “SITEROOT/typo3temp/GB/” which contains the images generated by the GIFBUILDER. If you wish to try it just with one image locate one of the generated images on your website and find out the name of the image. Then just delete this one and if you view the page again it should get generated.

Changelog

Version :

Version

Version :

Date

Date :

Changelog

Changelog :

0.0.0

Version

0.0.0

Date

2005-10-22, 17:45 CET

Changelog

Initial release

0.0.2

Version

0.0.2

Date

2005-10-25, 23:45 CET

Changelog

Now works together with cron_cssstyledimgtext (Report other : class ux_tslib_cObj already defined errors!!!)

0.0.3

Version

0.0.3

Date

2005-10-26, 19:30 CET

Changelog

Now fixes also a already existing problem with IM 4.2.9 when gdlib2 with setting gdlib_png is used: makeShadow didn't work as expected (Last test in GDLib install tool tests)

Mask handling is now also done in a central place: combineExec (if told so, default behaviour is not changed)

0.1.0

Version

0.1.0

Date

?

Changelog

[Manual not updated]

0.1.5

Version

0.1.5

Date

2006-02-01, 13:16 CET

Changelog

[Manual not updated]

0.2.0

Version

0.2.0

Date

2006-03-25, 15:00 CET

Changelog

Fixed some issues with transparency. Now contains the code which is part of TYPO3 4.0.0.

img-1 EXT: KB All Colors - 2