Skip to content

cant update image but can update the details

I’m trying to update the supplier details along with the image. The details are being updated to the database but the image is not getting updated – the old pic is still on the database. No error is …

Convert PNG files with transparency to WebP using PHP GD

I have a utility class that loads image files and, among other operations, converts them to other formats. It uses PHP GD. Everything works fine except PNG files that have transparency are done wrong when converting to WebP. The result image has a black background where the transparency should be. This is my …