I have a problem with the creation of png's. All images that ImageHandler creates that are .png are broken. As far as I know I have setup ImageHandler correctly and it does fully work for other filetypes.
Even on my new virtual server this does not work. So any cached image that ImageHandler creates and that is an png is broken.
The png's that where created a few months ago on my old server are all broken to. So I don't think its some missing library or so...
I have installed libgd and ImageMagick:
dpkg -l|grep gd
ii libgd2-xpm 2.0.36~rc1~dfsg-6ubuntu2 GD Graphics Library version 2
ii php5-gd 5.3.10-1ubuntu3.4 GD module for php5
dpkg -l|grep imagemagick
ii imagemagick 8:6.6.9.7-5ubuntu3.2 image manipulation programs
Here is one of the broken images:
http://www.snelwebshop.nl/bmz_cache/...mage.55x40.png
If I download if via FTP and test it on my local PC its also saying that its damaged.
For now I have setup ImageHandler to convert all images to JPG... but I would love to use PNG again :-)
Any idea on why this is going wrong?