Beschreibung
Tired of having blurry lifeless WordPress images? This plugin sharpens resized JPG image uploads and it works with ImageMagick so it keeps quality, EXIF information and color profiles. It also maintains the crops and other image proportions.
Bonus: It enables you to have automatic contrast leveling too.
Want regular updates? Become a fan on Facebook or follow me on Twitter.
Screenshots
Installation
- Upload
imagick-sharpen-resized-images.php
to the/wp-content/plugins/
directory. - Aktiviere das Plugin im Menü ‚Plugins‘ im WordPress Backend.
- In your WordPress Settings you’ll have a new admin entry: IM Sharpen Images.
Check https://codex.wordpress.org/Managing_Plugins#Installing_Plugins for more detailed installation instructions.
FAQ
- Installationsanweisungen
-
- Upload
imagick-sharpen-resized-images.php
to the/wp-content/plugins/
directory. - Aktiviere das Plugin im Menü ‚Plugins‘ im WordPress Backend.
- In your WordPress Settings you’ll have a new admin entry: IM Sharpen Images.
Check https://codex.wordpress.org/Managing_Plugins#Installing_Plugins for more detailed installation instructions.
- Upload
- Are there any system requirements?
-
Your host needs to have the imagick PHP module installed (and, of course, the ImageMagick program itself).
The imagick PHP module is NOT a WordPress plugin, but a module for PHP. The plugin has a built-in check for this imagick PHP module.If you don’t have the imagick PHP module installed you can still sharpen your images by using the Sharpen Resized Images plugin. It sharpens the images by using lower quality GD, so it strips EXIF data and it strips color profiles.
- I don’t see any sharpening, why?
-
- After you enable the plugin it will only sharpen new uploads. If you want to sharpen your already uploaded images you will also need the Regenerate Thumbnails plugin.
- Make sure to have not only the PHP module but also the ImageMagick software installed on the server (most servers have it though).
- Immer noch keine Unterschiede? Leere den Browser-Cache.
- If you’re using Varnish cache or other server caches, empty them.
- Schärfen funktioniert nur mit JPG-Dateien.
- How can I adjust the amount of sharpening?
-
I defined the for me optimal amount of sharpening. You can change it though by going in your WordPress Admin Settings to the IM Sharpen Images entry. The default settings are fine though (Radius 0, Sigma 0.5, Amount 1, Threshold 0). I defaulted the threshold to 0 because personally I want to retain fine skin details in my photos. You can change it to 0.05 for noisy images if it sharpens noise too much.
- How can I reset the plugin to the default values?
-
Just deactivate the plugin and (re)activate it. This will restore the default values.
Rezensionen
Mitwirkende & Entwickler
„ImageMagick Sharpen Resized Images“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „ImageMagick Sharpen Resized Images“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.1.7
- Little fight with svn and check.php wasn’t uploaded. So new version new changes
1.1.6
- Fixed error in check.php
1.1.5
- Added dynamic generated image to check if ImageMagick is installed and classes can be loaded
1.1.4
- Einige kleine Änderungen
1.1.3
- The Automatic Contrast Leveling checkbox bug has been fixed (thanks niwreg!)
1.1.2
- Fixed some rare errors while generating thumbnails and/or uploading images
1.1.1
- Automatic Contrast Leveling has now really been enabled by default
- Added a screenshot of the Settings page
1.1
- Added an admin settings screen which lets you change all the options more easily (thanks niwreg!)
- Added a check for the imagick PHP module installation
- Automatic Contrast Leveling has now been enabled by default, you can change it in Settings
1.0
- Erstveröffentlichung