Pijush Gupta
Forum Replies Created
-
Forum: Plugins
In reply to: [Avif Express] Shows php configuration error with Openlitespeed serverHi,
can you please run the following code on a theme template (php) file to check if the version is same or above for minimal requirement.
if (class_exists('Imagick')) { $v = Imagick::getVersion(); preg_match('/ImageMagick ([0-9]+\.[0-9]+\.[0-9]+)/', $v['versionString'], $v); echo "Image magic version is" . $v[1]; }
Regard,
Pijush G.
Forum: Plugins
In reply to: [Avif Express] Does this work with NginxThanks for the question, yes it does work on NGINX and Apache or etc since the code base is not dependent on the type of server.
Forum: Plugins
In reply to: [Avif Express] generate aviff on demand?Thanks for the question. Not yet, but it’s a legit feature and I might add it in future. I’m working on multisite support as the highest priority for the march update.
Regards,
Pijush G.Forum: Plugins
In reply to: [Avif Express] Plugin don’t see libavif-dev on ubuntu 22.04Hi, Thanks for the update. It’s the same issue, you pointed out earlier. Updated the code, please wait for 1-2 hrs. The code will be updated ASAP after I complete the QA checks.
Also added your issue in the Change log.
Sorry for the inconvenience.- This reply was modified 2 years, 1 month ago by Pijush Gupta.
Forum: Plugins
In reply to: [Avif Express] Plugin don’t see libavif-dev on ubuntu 22.04Now the plugin can work without GD or libavif if ImageMagick ver 7.0.25 is present in the server.
Forum: Plugins
In reply to: [Avif Express] Plugin don’t see libavif-dev on ubuntu 22.04Hi,
Thanks for the question. Can you please run a PHP script on the same server with the following code and share the output here?‘ print_r(gd_info()); ‘
So I can have a better understanding of the issue you are currently facing.- This reply was modified 2 years, 1 month ago by Pijush Gupta.
Forum: Plugins
In reply to: [Avif Express] Work with MultisiteHi,
Thanks for the question. In the upcoming February or March update i will add multi-site support. Currently it does not support the same.
Forum: Plugins
In reply to: [Avif Express] Does the plugin save the original files?Hi,
Thanks for the question.
The plugin don’t touch the original file(s). Only use the original file(s) to generate the avif files.