Typo3 und Image Magick konfigurieren

Hallo an die Spezialisten

Ich habe da ein kleines Problem mit der Konfiguration von Image Magick (Version 6.3.7) in Typo3 (Version 4.7.0)
Laut den Typo3 Anzeigen ist alles richtig konfiguriert allerdings kommt bei bestimmten Code im GIFBUILDER nicht das richtige Ergebnis raus.

Im Grunde sollte bei dem folgenden Code Beispiel ein Blaues Bild rauskommen und auf der rechten Seite das Logo erscheinen

Codebeispiel

TRAILER = IMAGE
TRAILER.file = GIFBUILDER
TRAILER.file {
 XY = 731, 143
 backColor = #A5C1D6

 10 = IMAGE
 10 {
 file = fileadmin/images/logo.png
 file.width = 100
 offset = 631, 0
 }
}

Ergebnis ist das der Hintergrund rot und das Logo 2 Mal (Links und rechts) vorhanden ist. Meine Vermutung ist, das Image Magick nicht richtig konfiguriert ist. Kann mir da jemand Helfen oder einen Hinweis geben wie ich das in Typo 3 richtig einstelle? Meine derzeitige Konfiguration habe ich unten angehängt.

Mfg
Andreas

Ps.: Weiter Daten
convert (6.3.7)
composite (6.3.7)
identify (6.3.7)
convert (6.3.7)
composite (6.3.7)
identify (6.3.7)

[GFX][image_processing] = 1
[GFX][im] = 1
[GFX][im_path] = /usr/bin/
[GFX][im_path_lzw] = /usr/bin/
[GFX][im_version_5] = im6
[GFX][im_negate_mask] = 1
[GFX][im_imvMaskState] =
[GFX][im_no_effects] = 1
[GFX][im_v5effects] = 1
[GFX][im_mask_temp_ext_gif] = 1
[GFX][im_mask_temp_ext_noloss] = miff
[GFX][im_noScaleUp] =
[GFX][im_combine_filename] = composite
[GFX][im_noFramePrepended] =
[GFX][im_stripProfileCommand] = +profile ‚*‘
[GFX][im_useStripProfileByDefault] = 1
[GFX][jpg_quality] = 70