Revert converted WEBP images back to .jpg
3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 17, 2023 (RSS)
By zaba - July 17, 2023
Hi I have changed all images on the website to WEBP using the plugin,
however the client wants to revert back to using jpg. is ther a way to revert this with the plugin?
or do you have a plugin that can work the other way around?
By zaba - July 17, 2023
There is no way without
The imagick extension, a PHP wrapper for the ImageMagick library, which allows you to manipulate images in various formats. This is not possible on a shared hosting environment.
Instead I have downloaded all the webp to my mac
batch converted to jpg using software
re-uploaded
backed up the uploads table through cms
opened uploads table in editor, search and replace .webp to .jpg
restored uploads table through cms
ALL GOOD AGAIN!
By Dave - July 17, 2023
Hi Zaba,
Glad you found a solution! Thanks for the update.
interactivetools.com