[TYPO3-german] Probleme mit GIFBUILDER (vermutlich Imagemagick?)

Heiko Kopp bardioc at bardioc.com
Sun May 25 14:54:53 CEST 2008


Hallo,

ich habe auf einer Webseite ein Problem mit der Verwendung von  
GIFBUILDER. Sobald ich diesen Benutze, um Bilder einer jm_gallery zu  
modifzieren, erhalte ich als Resultat eine Falschfarbendarstellung.   
Das verwendete Typoscript lautet:

plugin.tx_jmgallery_pi1 {

   thumbnail.file = GIFBUILDER
   thumbnail.file {
     format = jpg
     quality = 80
     XY = 130,130
     10 = IMAGE
     10.file = ###SOURCE_FILE###
     10.file.width = 130c
     10.file.height = 130c
   }

   thumbnail.stdWrap.typolink {
     title = ###IMAGE_CAPTION###
     ATagParams = rel="lightbox[mySet]"

     parameter.cObject = IMG_RESOURCE
     parameter.cObject.file = GIFBUILDER
     parameter.cObject.file {
       format = png
       quality = 80
       XY = [10.w],[10.h]

       10 = IMAGE
       10.file = ###SOURCE_FILE###
      10.file.width = 800m
       10.file.height = 600m
     }
   }
}

Eine beispielhafte Ausgabe des Problems ist hier zu sehen:

http://www.heiko-kopp.de/index.php? 
id=35&no_cache=1&tx_jmgallery_pi1[albumUid]=3

Ich würde mich freuen, hätte jemand einen Tipp oder zumindest eine  
Bestätigung ob es an der durch meinen Provider installierten  
Imagemagick Version 6.0.3 liegt. Ich habe versuch in Typo3 eine  
statische Version von 4.2.9 einzubinden, aber auch damit bestand das  
Problem noch. Ich setzte Typo3 Version 4.2.0 ein.

Danke,

Heiko.


More information about the TYPO3-german mailing list