How to create PNG thumbnail if "imagecreatefrompng()" fails ?
I start to create a PNG thumbnail by using this function: $image = imagecreatefrompng("http://imagenic.net/images/pfujz9j5juav1qrex00.png"); However, it says: 'http://imagenic.net/images/pfujz9j5juav1qrex00.png' is not a valid PNG file It works OK with other PNG images, so I guess something is wrong with this specific picture. Wha...