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.

image.ini

[AliasSettings]

SettingSummary
AliasList Sets the list of aliases.

[AnalyzerSettings]

SettingSummary
AnalyzerMIMEList Sets formats which need extra analysis.
ExtensionList Sets the extensions which have analyzers.
ImageAnalyzerAlias Lists aliases for the analyzer
ImageAnalyzers Lists the active analyzers
RepositoryList Sets where to look for analyzers.

[AnimatedGIF]

SettingSummary
AllowedFilters Sets the allowed filters.
DisallowedFilters Sets the filters that are not allowed.
ExtraFilters Lists the extra filters.
Match Lists the matches needed to use this override.
MIMEType Sets this overrides MIME Type.
OverrideMIMEType Sets the override MIME type.

[EXIFAnalyzer]

SettingSummary
Handler Sets the handler to use
MIMEList Lists the MIME types

[FileSettings]

SettingSummary
DirPermissions Sets the access permissions for the new image directories.
ImagePermissions Sets the access permissions for the new images.
PublishedImages Sets which sub-directory to use for published images.
TemporaryDir Sets which sub-directory to use for temporary image files.
VersionedImages Sets which sub-directory to use for unpublished images.

[GDSettings]

SettingSummary
HasGD2 If GD2 is installed, this setting can allow your system to use the GD2's advanced functionality.

[GD]

SettingSummary
Filters Lists the filters to be used by the GD image converter.
Handler Sets the PHP Handler to use.
IsEnabled Sets if this Handler should be used.
Name Sets the name of the converter.

[GIFAnalyzer]

SettingSummary
Handler Sets the handler to use.
MIMEList Lists the MIME types.

[gray]

SettingSummary
Filters Lists the filters for the "gray" alias.
Reference This setting will tell the system which alias to use as reference image for "gray" images.

[ImageConverterSettings]

SettingSummary
ImageConverters Lists the converters to use.

[ImageMagick]

SettingSummary
Executable Sets the name of the executable
ExecutablePath Sets the path to the executable.
Executable{OS} Sets the executable that must be used for a specific operating system.
Filters Sets the filters supported by ImageMagick.
FrameRangeParameters Set frame range parameters to handle PSD files with ImageMagick.
Handler Sets the PHP Handler that needs to be used.
InputMIMEList List the Input MIME types
IsEnabled Sets if the handler set in this configuration group should be used.
MIMETagMap Sets the MIME type tag.
Name Sets the name of the converter.
OutputMIMEList MIME types that the converter can generate
PostParameters List the parameters that must be run last.
PreParameters List the parameters that must be run first.
QualityParameters Sets the quality parameters of MIME Type
UseTypeTag Sets whether the destination name should be prefixed with a TAG name.

[large]

SettingSummary
Filters Lists the filters to be used for the "large" alias.
Reference This setting will tell the system which alias to use as reference image for "large" images.

[LayeredPhotoshop]

SettingSummary
ExtraFilters Sets the extra filters.
MIMEType Lists the MIME types.

[medium]

SettingSummary
Filters Lists the filters to be used for the "medium" alias.
Reference This setting will tell the system which alias to use as reference image for "medium" images

[MIMETypeSettings]

SettingSummary
ConversionRules Sets the global conversion rules for formats that are not listed in [OutputSettings] AllowedOutputFormats.
OverrideList Sets the override settings for MIME types.
Quality Sets the image quality value.

[MyCustomConverter]

SettingSummary
ExtensionList DEPRECATED (not needed or supported in 4.1 for autoload based handler loading)
ImageConverters Lists the converters to use.
ImageHandlerAlias DEPRECATED (not needed/supported in 4.1 for autoload based handler loading)
LockTimeout Sets the time lockout.
RepositoryList DEPRECATED (not needed or supported in 4.1 for autoload based handler loading)

[original]

SettingSummary
Filters Sets filters to be used for the “original” alias.
MIMEType Sets the MIME type of the output image.

[OutputSettings]

SettingSummary
AllowedOutputFormat lists the MIME types which are allowed as output type.

[reference]

SettingSummary
Filters Lists the filters to be used for the "reference" alias.
Reference This setting will tell the system which alias to use as reference image for "reference" images.

[rssitem]

SettingSummary
Filters Lists the filters to be used for the "rssitem" alias.
Reference This setting will tell the system which alias to use as reference image for "rssitem" images.

[rss]

SettingSummary
Filters Lists the filters for the "rss" alias.
Reference This setting will tell the system which alias to use as reference image for "rss" images.

[ShellSettings]

SettingSummary
ConvertPath Sets the path to the converter.

[small]

SettingSummary
Filters Lists the filters to be used for the "small" alias.
Reference This setting will tell the system which alias to use as reference image for "small" images.

[tiny]

SettingSummary
Filters Lists the filters for the "tiny" alias.
Reference This setting will tell the system which alias to use as reference image for "tiny" images.

[zoom]

SettingSummary
Filters Lists the filters for the "zoom" alias.
Reference This setting will tell the system which alias to use as reference image for "zoom" images.

[{myalias}]

SettingSummary
Filters Sets a list of filters to run.
MIMEType Sets the MIME type of the output image.
Reference This setting will tell the system which alias to use as reference image.

Balazs Halasy (23/02/2005 12:23 pm)

Ester Heylen (07/05/2010 2:18 pm)

Frederik Holljen, Ester Heylen


Comments

  • Link to old doc with filter explanation

  • Quality

    [MIMETypeSettings]
    Quality[]
    Quality[]=image/jpeg;90
    


    As Quality is defined here, we can't define an alias for jpeg 80x60,50% and one for 800x600,90%. True? Quality shouldn't be a global value but a finest one as part of the AliasSettings.