0

Hi I have a theme on wordpress using phpThumb. And some images are not shown in IE7. It seems a problem with png transparency... What to do? Is there a parameter to pass to the script so that it will remove transparency and show pic even with less quality, but normal? Thanks a lot

MR.GEWA
  • 833
  • 1
  • 15
  • 37

1 Answers1

0

if you will have the same issue, disable imageMagick and also in phpThumb.class.php in line

1089 find

 return $WriteConvert; 

and replace with

return false;
MR.GEWA
  • 833
  • 1
  • 15
  • 37