Error Message: Die hochgeladene Datei ist fehlerhaft: identify command failed: "/usr/bin/identify" -format "[BEGIN]page=%p\nalpha=%A\nalpha2=%r\nheight=%h\nwidth=%w\ndepth=%z[END]" "C:\xampp\tmp\phpC9C6.tmp" 2>&1
The setup points to a correct path: $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf', 'tif', 'tiff' ); $wgImageMagickIdentifyCommand = 'C:\Program Files\ImageMagick-6.9.1-Q16\identify.exe';
I tested ImageMagick with this path. Works perfectly! C:\Program Files\ImageMagick-6.9.1-Q16>identify BMI_Pantagruel.tiff BMI_Pantagruel.tiff TIFF 2472x3508 2472x3508+0+0 8-bit Grayscale Gray 8.672MB 0. 000u 0:00.000
Please assist