When working on my Windows local TYPO3 7 environment where ImageMagick is being used I have problems with images. When running the Test setups in the install tool the "Convert image formats to jpg" all fail. When running the same command being used by TYPO3 local I get the following error:
identify.exe: Wrong JPEG library version: library is 90, caller expects 80 `C:/xampp/htdocs/www/OTAP/nijmegen.local.alternet.nl/typo3temp/pics/installTool-scale-jpg5806158c60059221619814.jpg' @ error/jpeg.c/JPEGErrorHandler/331.
Im running the 7.0.9 xampp and have php_gd2.dll enabled in php.ini. In phpinfo() I see the libJPEG Version at "9 compatible". Should this be 8? and how can I change that?
Thanks in regards