i have another problem with my thumbnail creation. While displaying full size PNG Files works without a problem, thumbnail creation of them always fail.
I’m clueless where to look. Command Line ‘convert’ works without a problem. I’m using the ‘im’ thumbs driver.
How much ram have you given PHP in the ini settings? PNGs usually take a little more horsepower to manipulate than JPEGS. Does this happen with all PNG files or just large ones in pixel dimensions and file size. have you tried a small one?
What about the max_execution_time? But if it even fails for small pngs…, hm. Note that if the png is too small, thumbnails are not created, so the physical size should actually be bigger than the thumbnails size.
Does it also fail to make thumbnail if you use the imagemagick from the command line outside of Kirby? Its interesting that you have identical versions on both live and local and both fail. Im wondering if its a bug with that exact build of imagemagick.
The problem seems to be caused by a configured png optimizer (pngquant / triggered by imagekit), if I remove this png starts working again. Sorry for the confusion…