ImageMagick Engine - Version 1.5.6

Version Description

Download this release

Release Info

Developer rickardw
Plugin Icon 128x128 ImageMagick Engine
Version 1.5.6
Comparing to
See all releases

Code changes from version 1.5.4 to 1.5.6

Files changed (3) hide show
  1. .gitattributes +7 -0
  2. package-lock.json +3 -0
  3. readme.txt +5 -5
.gitattributes ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ # Directories
2
+ /.wordpress-org export-ignore
3
+ /.github export-ignore
4
+
5
+ # Files
6
+ /.gitattributes export-ignore
7
+ /.gitignore export-ignore
package-lock.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ {
2
+ "lockfileVersion": 1
3
+ }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === ImageMagick Engine ===
2
- Contributors: rickardw, johanee, orangelab
3
  Tags: image, images, picture, imagemagick, gd
4
  Requires at least: 2.9
5
- Tested up to: 5.0
6
- Stable tag: 1.5.4
7
 
8
  Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
9
 
@@ -31,7 +31,7 @@ Requires either ImageMagick binary or Imagick PHP module.
31
  4. Configure ImageMagick settings and enable it on plugin settings page.
32
  5. Regenerate existing images to take advantage of the new features.
33
 
34
- If you have any questions or problems please make a comment here: http://wp.orangelab.se/imagemagick-engine/
35
 
36
  == Frequently Asked Questions ==
37
 
@@ -39,7 +39,7 @@ If you have any questions or problems please make a comment here: http://wp.oran
39
 
40
  ImageMagick can result in huge improvements in the quality of re-sized images.
41
 
42
- Take a look at the supplied screenshot, or try it yourself. More examples will be available on the plugin website (http://wp.orangelab.se/imagemagick-engine/).
43
 
44
  Note that the new images tend to be slightly larger than those of the standard GD library, especially if you specify a very high image quality (95+).
45
 
1
  === ImageMagick Engine ===
2
+ Contributors: rickardw, orangelab
3
  Tags: image, images, picture, imagemagick, gd
4
  Requires at least: 2.9
5
+ Tested up to: 5.3.2
6
+ Stable tag: 1.5.5
7
 
8
  Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
9
 
31
  4. Configure ImageMagick settings and enable it on plugin settings page.
32
  5. Regenerate existing images to take advantage of the new features.
33
 
34
+ If you have any questions or problems please make write in the support forum.
35
 
36
  == Frequently Asked Questions ==
37
 
39
 
40
  ImageMagick can result in huge improvements in the quality of re-sized images.
41
 
42
+ Take a look at the supplied screenshot, or try it yourself.
43
 
44
  Note that the new images tend to be slightly larger than those of the standard GD library, especially if you specify a very high image quality (95+).
45