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: JB GD Resize

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Jan Bednarik
Changed:2009-04-28T17:40:09
Email:info@bednarik.org
Info 2:
Info 3:
Info 4:

EXT: JB GD Resize

Extension Key: jb_gd_resize

Copyright 2000-2009, info@bednarik.org, <info@bednarik.org>

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: JB GD Resize 1

Introduction 1

What does it do? 1

Requirements 1

Typo3 Version 4.0 1

GD 1

Installation 1

Configuration 2

Limitations 2

Special thanks 2

Support 2

Introduction

What does it do?

"jb_gd_resize" replaces the ImageMagick based functions used by Typo3 to resize frontend images and create BE thumbnails by GD2 functions. This is useful if PHP is installed safe_mode or with disabled exec-functions as many providers do. With this extensions you can use GD functions provided by PHP to achieve the required functionality e.g. for ImageGalleries.

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

Special thanks

Thanks a lot to Christian Beilstein who made me improve this extension and wrote first version of this manual.

Support

You can support further development of extensions by sending me a donation via PayPal. There's an icon on http://www.bednarik.org.

For more information you can go to typo3.org .

img-1 EXT: JB GD Resize - 2