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: ALTAIR GD Magick

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:László Vass
Changed:2011-10-21T15:41:49.650000000
Email:lvass@altair.hu
Info 2:
Info 3:
Info 4:

EXT: ALTAIR GD Magick

Extension Key: alt_gd_magick

Copyright 2011, <lvass@altair.hu>

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: ALTAIR GD Magick 1

Introduction 1

What does it do? 1

Requirements 1

Typo3 Version 4.0 1

GD 1

Installation 2

Configuration 2

Limitations 2

Special thanks 2

Support 2

Introduction

What does it do?

ALTAIR GD Magick aims to be a drop-in replacement for ImageMagick when this one is not available at the hoster. The extension uses GD to replace the functionality of IM (obviously as far as it can due to the limitations of GD).

The main purpose of this extension is to generate thumbnails by GD the same way the original Typo3 core does by IM, i.e. the same typoscript code should result in the same image.

The idea of this extension comes fomr jb_gd_resize and srgd Typo3 extensions (thanks to Jan Bednarikand Sebastien Rueggfor their work!), but tries to be more compatible with the original IM based methods and replace less of the original Typo3 code.

Supported image formats: GIF, JPEG, PNG

Requirements

Typo3 Version 4.0

You will need Typo3 Version 4.0 or higher for this extension to work.

GD

You need a PHP version with GD2-support compiled in. You might test your installation by calling a .php-file with following content:

<? phpinfo(); ?>

There you shoud find a box called "GD" with "GD Support: enabled" and "GD Version: ... (2.X.XX) inside as well as the supported image types.

Installation

Just install the extension by the ExtensionManager as usual.

Configuration

There is no further configuration needed.

Limitations

- Transparent GIF support is limited

- Animated GIF: only the first picture will be resized

- Masking does not currently work.

Special thanks

Thanks a lot to Jan Bednarik, whose code and documentation served as starting point of the work

Support

If you need support, contact me at lvass@altair.hu

img-1 EXT: ALTAIR GD Magick - 2