Rickard Westerlind
Forum Replies Created
-
Forum: Plugins
In reply to: [ImageMagick Engine] Covert FileHi,
“usr/local/bin/convert not found” means you are using command line. And ImageMagick CLI is according to the error message not installed. You have to switch so the plugins uses the PHP module.
Forum: Plugins
In reply to: [ImageMagick Engine] Is ImageMagick Engine Compatible with Cloudinary?Hi,
I think there should be no problems. ImageMagick works when image is uploaded and sizes are generated. These files are then synced to Cloudinary (after ImageMagick Engine has done it’s part) if you use that feature in their plugin.
Forum: Plugins
In reply to: [ImageMagick Engine] Image Regeneration stops at 9%Hi,
The temporary image that ImageMagick is creating while resizing cannot be created. This is not the plugin itself, but something with the image file or the server. The image file is most likely and unfortunely it can be hard to identify which but if you can do that it’s easier to work with.
Forum: Plugins
In reply to: [ImageMagick Engine] Parameter must be an arrayHi, thank you for your report. I’ve added it to the GitHub repo as an issue and it will be fixed in future release.
Forum: Plugins
In reply to: [ImageMagick Engine] Post-processing of the image likely failed…Sorry, as this is not directly related to this plugin, but the server config, this may not be the correct forum. But I can say that the error message is more likely affected by the setting MEMORY_LIMIT than upload size, since the memory or timeout is what’s used when processing the image.
Forum: Plugins
In reply to: [ImageMagick Engine] Imagick PHP NOT foundThe line in php.ini is not the only one needed. have you tried following a guide like this?
https://blog.runcloud.io/imagemagick/ or https://help.dreamhost.com/hc/en-us/articles/217253537-Installing-ImageMagick-and-the-imagick-PHP-module-on-Shared-hosting
Forum: Plugins
In reply to: [ImageMagick Engine] regenerate stallingSeems like that image being regenerated at 16.1% is invalid then. I would recommend regenerating the images with the plugin Regenerate Thumbnails instead. It’s better and can give you more information probably.
Imagemagick Engine will still be in use when the images are regenerated.
Forum: Plugins
In reply to: [ImageMagick Engine] imagemagick files overloading serverI think it’s not WP causing that problem. I would search in the ImageMagick config or server config. But those temporary files is not my expertise unfortunelly. However I think you might not get that help here so try another forum or Stackoverflow for that specific question.
Forum: Plugins
In reply to: [ImageMagick Engine] Imagick and php 7.4Hi,
It’s not true since I run ImageMagick as PHP module on several servers and it’s working fine with PHP 7.4.6 right now. So they should be able to install it with the latest PHP version.
Forum: Plugins
In reply to: [ImageMagick Engine] imagemagick files overloading serverImagemagick is not a plugin in WordPress, it’s on the server. A module to PHP or as binary.
Forum: Plugins
In reply to: [ImageMagick Engine] imagemagick files overloading serverHi,
This plugin does not have any settings for that. That is controlled in the PHP ImageMagick module or config. We could set it in the code, but we don’t which means it’s up to the config. The hosting environments are often very different so Iäm not sure this is something we should try to set in the plugin.
Thank you for your tests!
Forum: Plugins
In reply to: [ImageMagick Engine] Can’t properly handle “jpeg” images – only “jpg”Thank you for your test. I can verify this to and a fix is out very soon.
For that, I would contact the creators of the theme. Wish you good luck, but this has nothing to do with this plugin.
Hi,
Depends on your theme and what image size is used for the featured images display. But maybe a simple set_post_thumbnail_size would work?
https://developer.wordpress.org/reference/functions/set_post_thumbnail_size/It’s outside the scope of this plugin to manage the image sizes and their settings.