Bug #15045
closedFE Images are not displayed when processed through Imagemagick
0%
Description
Imagemagick outputs no FE images when for example I use option 'width' or the 'quality' setting. The only output is <img src="" width="" height="" border=""> Without any parameters img is displayed correctly.
1. Imagemagick is passing all the tests in Install/Image Processing.
2. BE Images appear correctly.
2. All my Imagemagick folder permissions are set to 777.
3. My PHP safe_mode and safe_mode_gid variables are turned off.
4. This problem has been observed by several others in the discussion forums, yet no solution.
Here is my GFX config:
[GFX]
[image_processing]=1
[thumbnails]=1
[thumbnails_png]=0
[noIconProc]=1
[gif_compress]=1
[imagefile_ext]=gif,jpg,jpeg,tif,bmp,pcx,tga,png,pdf,ai
[gdlib]=1
[gdlib_png]=0
[gdlib_2]=0
[im]=1
[im_path]=/usr/bin/
[im_path_lzw]=/usr/bin/
[im_version_5]=1
[im_negate_mask]=1
[im_imvMaskState]=0
[im_no_effects]=1
[im_v5effects]=0
[im_mask_temp_ext_gif]=1
[im_mask_temp_ext_noloss]=miff
[im_noScaleUp]=0
[im_combine_filename]=composite
[im_noFramePrepended]=0
[im_jpg_quality]=70
[enable_typo3temp_db_tracking]=1
[TTFLocaleConv]=
[TTFdpi]=96
(issue imported from #M1593)