Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ImageConverters

Summary

Lists the converters to use.

Usage

 

ImageConverters[]=<name custom converter>

Description

Lists the converters to use. Each entry is the name of the converter which is defined in the ini block. You can use ImageMagick handlers and GD handlers by default.

The order of the converters is important since the first applicable converter will be used. The last handler is usually a fallback converter which is able to take care of most formats.

The list can also contain converters which cannot work on the installed server, the converter should check this and tell the imagesystem to not use it.

For any other converter make sure you have a INI section with the same name as your converter.

This setting is case sensitive.

Examples

ImageConverters[]=MyCustomConverter

Ester Heylen (10/05/2010 2:53 pm)

Ester Heylen (10/05/2010 2:53 pm)


Comments

There are no comments.