Version Description
- Tested with WP 4.1
Download this release
Release Info
Developer | rickardw |
Plugin | ImageMagick Engine |
Version | 1.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.5.1 to 1.5.2
- imagemagick-engine.php +5 -8
- readme.txt +6 -3
imagemagick-engine.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: ImageMagick Engine
|
4 |
-
Plugin URI:
|
5 |
Description: Improve the quality of re-sized images by replacing standard GD library with ImageMagick
|
6 |
-
Author:
|
7 |
-
Author URI: http://www.
|
8 |
-
Version: 1.5.
|
9 |
Text Domain: imagemagick-engine
|
10 |
|
11 |
-
Copyright 2010, 2011, 2012, 2013
|
12 |
|
13 |
Licenced under the GNU GPL:
|
14 |
|
@@ -30,13 +30,11 @@
|
|
30 |
if (!defined('ABSPATH'))
|
31 |
die('Must not be called directly');
|
32 |
|
33 |
-
|
34 |
/*
|
35 |
* Constants
|
36 |
*/
|
37 |
define('IME_OPTION_VERSION', 1);
|
38 |
|
39 |
-
|
40 |
/*
|
41 |
* Global variables
|
42 |
*/
|
@@ -65,7 +63,6 @@ $ime_options = null;
|
|
65 |
$ime_image_sizes = null;
|
66 |
$ime_image_file = null;
|
67 |
|
68 |
-
|
69 |
/*
|
70 |
* Functions
|
71 |
*/
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: ImageMagick Engine
|
4 |
+
Plugin URI: https://wordpress.org/plugins/imagemagick-engine/
|
5 |
Description: Improve the quality of re-sized images by replacing standard GD library with ImageMagick
|
6 |
+
Author: Brand Manual
|
7 |
+
Author URI: http://www.thebrandmanual.com/
|
8 |
+
Version: 1.5.2
|
9 |
Text Domain: imagemagick-engine
|
10 |
|
11 |
+
Copyright 2010, 2011, 2012, 2013, 2014, 2015 Brand Manual Sweden AB
|
12 |
|
13 |
Licenced under the GNU GPL:
|
14 |
|
30 |
if (!defined('ABSPATH'))
|
31 |
die('Must not be called directly');
|
32 |
|
|
|
33 |
/*
|
34 |
* Constants
|
35 |
*/
|
36 |
define('IME_OPTION_VERSION', 1);
|
37 |
|
|
|
38 |
/*
|
39 |
* Global variables
|
40 |
*/
|
63 |
$ime_image_sizes = null;
|
64 |
$ime_image_file = null;
|
65 |
|
|
|
66 |
/*
|
67 |
* Functions
|
68 |
*/
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== ImageMagick Engine ===
|
2 |
-
Contributors:
|
3 |
Tags: image, images, picture, imagemagick, gd
|
4 |
Requires at least: 2.9
|
5 |
-
Tested up to:
|
6 |
Stable tag: 1.5.1
|
7 |
|
8 |
Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
|
@@ -19,7 +19,7 @@ Features
|
|
19 |
* Configure image quality or use dynamically computed default value
|
20 |
* Optimize different image sizes for either quality or size
|
21 |
|
22 |
-
|
23 |
|
24 |
Requires either ImageMagick binary or Imagick PHP module.
|
25 |
|
@@ -75,6 +75,9 @@ You'll probably have problems with various other plugins too unless you fix this
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
78 |
= 1.5.1 =
|
79 |
* Tested with WP 3.6
|
80 |
* Fix CSS problems with other users of jQuery dialogs
|
1 |
=== ImageMagick Engine ===
|
2 |
+
Contributors: rickardw, johanee
|
3 |
Tags: image, images, picture, imagemagick, gd
|
4 |
Requires at least: 2.9
|
5 |
+
Tested up to: 4.1
|
6 |
Stable tag: 1.5.1
|
7 |
|
8 |
Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
|
19 |
* Configure image quality or use dynamically computed default value
|
20 |
* Optimize different image sizes for either quality or size
|
21 |
|
22 |
+
Lnguages: English, French, German, Swedish
|
23 |
|
24 |
Requires either ImageMagick binary or Imagick PHP module.
|
25 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 1.5.2 =
|
79 |
+
* Tested with WP 4.1
|
80 |
+
|
81 |
= 1.5.1 =
|
82 |
* Tested with WP 3.6
|
83 |
* Fix CSS problems with other users of jQuery dialogs
|