Rickard Westerlind
Forum Replies Created
-
Forum: Plugins
In reply to: [ImageMagick Engine] Amazon & media library storageThanks for reporting. I’ll add it to the feature requests and see if I can fix this in the future. Please follow on https://github.com/orangelabweb/imagemagick-engine/issues
Forum: Plugins
In reply to: [ImageMagick Engine] ImageMagick and WordPressVery little difference. PHP module is of course a middle step. Command line is more direct. But nothing you will notice or should notice regarding the performance of the server either.
Forum: Plugins
In reply to: [ImageMagick Engine] ImageMagick and WordPressHi,
1. This plugin makes use of ImageMagick when it is installed on the server. It can be installed and executed via the command line or via a PHP module. This plugin supports both ways.
2. You don’t have to run anything on the command line. That is what this plugin does for you when images are uploaded to the media library.
Forum: Plugins
In reply to: [ImageMagick Engine] Imagick Plugin issuesHi,
ImageMagick is something that needs to be installed on the server. This plugin only makes it possible to use ImageMagick if present on server. Not possible to install via a plugin in WordPress.
So contact your hosting provider and see if they can install this for you or activate it so you can use it.
Forum: Plugins
In reply to: [ImageMagick Engine] Using $this when not in objectCan we move this to here?
https://github.com/orangelabweb/imagemagick-engine/issues/27
Forum: Plugins
In reply to: [ImageMagick Engine] Plugin has no effectThis plugin only hooks in when the images are actually generated. It’s not a custom image editor for WordPress so it’s not visible on the health monitor screen.
However, there might be something wrong with your ImageMagick setup as you say because WP should use WP_Image_Editor_Imagick when that is available. But might be so that ImageMagick Engine is better of finding that so it might be active even though you don’t think so.
Forum: Plugins
In reply to: [ImageMagick Engine] Using $this when not in objectAh, that was a bug and it will be fixed and a new release out very soon. However, it only occurs when wp image editor is not available.
Forum: Plugins
In reply to: [ImageMagick Engine] Dynamic text on images?No. This plugin is only built to enable the use of ImageMagick instead of GD. There are other plugins for that use case as this is possible with both image engines.
Forum: Reviews
In reply to: [ImageMagick Engine] Simple, functionalHi,
Thanks for the review and glad to hear it has helped you over the years. Do you have any suggestions on why the regeneration should and could be faster?
An improvement where we will use WP_Image_Editor class instead to generate filename will be released in the next version. But, I’ve still not been able to reproduce same error as you as your image file works fine to resize with same filename in some environments and some rename it to “xxxx” etc. So I’m still not sure it’s only because ImageMagick Engine.
Are you sure that it’s ImageMagick Engine that is responsible for this error then? Have you tested to upload with the plugin active/inactive to test if you are sure error is caused by this plugin?
Because I’ve not been able to reproduce same error with filenames with japanese characters.
Forum: Plugins
In reply to: [ImageMagick Engine] -interlace JPEGHi,
This will be included in the latest release 1.7.0 that will be out any minute now 🙂
Forum: Plugins
In reply to: [ImageMagick Engine] WordPress 5.8 and WebPHow do you mean you have set this setting manually? If quality setting in plugin is 75 it will also affect webp images uploaded by you.
Forum: Plugins
In reply to: [ImageMagick Engine] WordPress 5.8 and WebPThank you, will look into this and make it more compatible in the future.
Forum: Plugins
In reply to: [ImageMagick Engine] Path settingHi,
I would guess that if you don’t know the path to ImageMagick and have no SSH access you can’t use ImageMagick via the command line. Probably. But your host would of course be able to answer that.