[TYPO3] something wrong with imagemagick or so...

Serge Vleugels serge at dwmv.be
Sun Jul 16 02:48:36 CEST 2006


some more information...

on the bugtracker i found the same error...
http://bugs.typo3.org/view.php?id=3151
followed the instructions there... no good...
then by disabling im_v5effects ... it worked ... but ... no soft and 
blurry shadows anymore on my custom style for the headers...

what i did was :t3lib/class.t3lib_stdgraphic.php, changing Line 312
from
$this->cmds['jpg'] = $this->cmds['jpeg'] = '-colorspace RGB -quality 
'.$this->jpegQuality.$this->v5_sharpen(10);
to
$this->cmds['jpg'] = $this->cmds['jpeg'] = '-colorspace RGB -quality 
'.$this->jpegQuality;

i basically removed the sharpen command and my jpg's are fine now as you 
can see on my webserver. i left the old image to see how it was.

I dont know if i did the right thing...

Serge


Serge Vleugels wrote:
> Hi,
> 
> i've been playing around with typo3 several months now and today i've 
> upgraded from version 3.8.1 to 4.0.
> 
> it is working fine except something is going wrong with the creation of 
> jpg images.
> as a test i uploaded a pretty large file 1280 px by 960 px.
> 
> i inserted them both in a page content resised to 150 by 112 px. on a 
> test site running 3.8.1 all is fine
>   http://www.dwmv.be/intracobel/index.php?id=5
> 
> on my newly upgraded site check for yourself... something is wrong...
>   http://www.dwmv.be/index.php?id=15
> 
> I have ImageMagick 5.5.6 on my hosts server
> 
> both sites have same image settings
> i have tried changing some settings... but nothing works
> 
> on the install tool -> image processing -> render text with truetype 
> font is not working as well
> 
> below you can find some debug information from the install tool
> 
> thx Serge
> ====================================================================================== 
> 
> ### DEBUG SYSTEM INFORMATION - START ###
> HTTP_HOST           : www.dwmv.be
> TYPO3_HOST_ONLY     : www.dwmv.be
> TYPO3_PORT          :
> PATH_INFO           :
> QUERY_STRING        : TYPO3_INSTALL[type]=phpinfo
> REQUEST_URI         : /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
> HTTP_REFERER        : 
> http://www.dwmv.be/typo3/install/index.php?TYPO3_INSTALL[type]=images&TYPO3_INSTALL[images_type]=gdlib 
> 
> TYPO3_REQUEST_HOST  : http://www.dwmv.be
> TYPO3_REQUEST_URL   : 
> http://www.dwmv.be/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
> TYPO3_REQUEST_SCRIPT: http://www.dwmv.be/typo3/install/index.php
> TYPO3_REQUEST_DIR   : http://www.dwmv.be/typo3/install/
> TYPO3_SITE_URL      : http://www.dwmv.be/
> TYPO3_SITE_SCRIPT   : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
> TYPO3_SSL           :
> SCRIPT_NAME         : /typo3/install/index.php
> TYPO3_DOCUMENT_ROOT : /home/content/s/e/r/sergevleugels/html
> SCRIPT_FILENAME     : 
> /home/content/s/e/r/sergevleugels/html/typo3/install/index.php
> REMOTE_ADDR         : 217.148.245.66
> REMOTE_HOST         :
> HTTP_USER_AGENT     : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; 
> rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
> HTTP_ACCEPT_LANGUAGE: nl-be,en-us;q=0.7,en;q=0.3
> CONST: PHP_OS       : Linux
> CONST: TYPO3_OS     :
> CONST: PATH_thisScri: 
> /home/content/s/e/r/sergevleugels/html/typo3/install/index.php
> CONST: php_sapi_name: cgi-fcgi
> OTHER: TYPO3_VERSION: 4.0
> OTHER: PHP_VERSION  : 4.3.11
> imagecreatefromgif(): 1
> imagecreatefrompng(): 1
> imagecreatefromjpeg(: 1
> imagegif()          : 1
> imagepng()          : 1
> imagejpeg()         : 1
> imagettftext()      : 1
> OTHER: IMAGE_TYPES  : 15
> OTHER: memory_limit :
> SERVER: SERVER_PORT : 80
> SERVER: SERVER_SOFTW: Apache
> SERVER: GATEWAY_INTE: CGI/1.1
> SERVER: SCRIPT_NAME : /typo3/install/index.php
> SERVER: PATH_TRANSLA:
> T3CV_GFX: image_proc: 1
> T3CV_GFX: gdlib     : 1
> T3CV_GFX: gdlib_png : 1
> T3CV_GFX: gdlib_2   : 1
> T3CV_GFX: im        : 1
> T3CV_GFX: im_path   : /usr/bin/
> T3CV_GFX: im_path_lz: /usr/bin/
> T3CV_GFX: im_version: im5
> T3CV_GFX: im_negate_: 1
> T3CV_GFX: im_imvMask: 0
> T3CV_GFX: im_combine: composite
> ### DEBUG SYSTEM INFORMATION - END ###



More information about the TYPO3-english mailing list