Version Description
- Tested with WP 3.6
- Fix CSS problems with other users of jQuery dialogs
Download this release
Release Info
Developer | orangelab |
Plugin | ImageMagick Engine |
Version | 1.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.5.0 to 1.5.1
- css/ime-admin.css +7 -7
- imagemagick-engine.php +2 -2
- js/ime-admin.js +1 -1
- readme.txt +6 -2
css/ime-admin.css
CHANGED
@@ -39,13 +39,13 @@
|
|
39 |
text-align: center;
|
40 |
}
|
41 |
|
42 |
-
.ui-progressbar {
|
43 |
background-color: #eee;
|
44 |
color: #000;
|
45 |
height: 30px;
|
46 |
}
|
47 |
|
48 |
-
.ui-widget-overlay {
|
49 |
background: #000;
|
50 |
opacity: 0.6;
|
51 |
position: absolute;
|
@@ -53,7 +53,7 @@
|
|
53 |
top: 0;
|
54 |
}
|
55 |
|
56 |
-
.ui-dialog {
|
57 |
border-radius: 5px;
|
58 |
-moz-border-radius: 5px;
|
59 |
-webkit-border-radius: 5px;
|
@@ -64,7 +64,7 @@
|
|
64 |
-webkit-box-shadow: 0 0 10px #444;
|
65 |
}
|
66 |
|
67 |
-
.ui-dialog-titlebar {
|
68 |
height: 20px;
|
69 |
line-height: 20px;
|
70 |
color: #ccc;
|
@@ -72,7 +72,7 @@
|
|
72 |
padding-left: 5px;
|
73 |
}
|
74 |
|
75 |
-
.ui-dialog-titlebar .ui-dialog-titlebar-close {
|
76 |
float: right;
|
77 |
color: #fff;
|
78 |
text-decoration: none;
|
@@ -83,11 +83,11 @@
|
|
83 |
margin-bottom: 5px;
|
84 |
}
|
85 |
|
86 |
-
.ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
|
87 |
color: #ff6600;
|
88 |
}
|
89 |
|
90 |
-
.ui-progressbar .ui-progressbar-value {
|
91 |
height: 22px;
|
92 |
background: url(../images/pbar-ani.gif) #FF6600;
|
93 |
border-radius: 0 0 5px 5px;
|
39 |
text-align: center;
|
40 |
}
|
41 |
|
42 |
+
#regenbar.ui-progressbar {
|
43 |
background-color: #eee;
|
44 |
color: #000;
|
45 |
height: 30px;
|
46 |
}
|
47 |
|
48 |
+
.ime-dialog .ui-widget-overlay {
|
49 |
background: #000;
|
50 |
opacity: 0.6;
|
51 |
position: absolute;
|
53 |
top: 0;
|
54 |
}
|
55 |
|
56 |
+
.ime-dialog.ui-dialog {
|
57 |
border-radius: 5px;
|
58 |
-moz-border-radius: 5px;
|
59 |
-webkit-border-radius: 5px;
|
64 |
-webkit-box-shadow: 0 0 10px #444;
|
65 |
}
|
66 |
|
67 |
+
.ime-dialog .ui-dialog-titlebar {
|
68 |
height: 20px;
|
69 |
line-height: 20px;
|
70 |
color: #ccc;
|
72 |
padding-left: 5px;
|
73 |
}
|
74 |
|
75 |
+
.ime-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
|
76 |
float: right;
|
77 |
color: #fff;
|
78 |
text-decoration: none;
|
83 |
margin-bottom: 5px;
|
84 |
}
|
85 |
|
86 |
+
.ime-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
|
87 |
color: #ff6600;
|
88 |
}
|
89 |
|
90 |
+
#regenbar.ui-progressbar .ui-progressbar-value {
|
91 |
height: 22px;
|
92 |
background: url(../images/pbar-ani.gif) #FF6600;
|
93 |
border-radius: 0 0 5px 5px;
|
imagemagick-engine.php
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
Description: Improve the quality of re-sized images by replacing standard GD library with ImageMagick
|
6 |
Author: Orangelab
|
7 |
Author URI: http://www.orangelab.se
|
8 |
-
Version: 1.5.
|
9 |
Text Domain: imagemagick-engine
|
10 |
|
11 |
-
Copyright 2010, 2011, 2012 Orangelab
|
12 |
|
13 |
Licenced under the GNU GPL:
|
14 |
|
5 |
Description: Improve the quality of re-sized images by replacing standard GD library with ImageMagick
|
6 |
Author: Orangelab
|
7 |
Author URI: http://www.orangelab.se
|
8 |
+
Version: 1.5.1
|
9 |
Text Domain: imagemagick-engine
|
10 |
|
11 |
+
Copyright 2010, 2011, 2012, 2013 Orangelab
|
12 |
|
13 |
Licenced under the GNU GPL:
|
14 |
|
js/ime-admin.js
CHANGED
@@ -56,7 +56,7 @@ function imeStartResize() {
|
|
56 |
rt_count = 1;
|
57 |
jQuery("#regenbar").progressbar();
|
58 |
jQuery("#regenbar-percent").html( rt_percent.toFixed(rt_precision) + " %" );
|
59 |
-
jQuery('#regeneration').dialog('open');
|
60 |
|
61 |
imeRegenImages( rt_images.shift() );
|
62 |
}
|
56 |
rt_count = 1;
|
57 |
jQuery("#regenbar").progressbar();
|
58 |
jQuery("#regenbar-percent").html( rt_percent.toFixed(rt_precision) + " %" );
|
59 |
+
jQuery('#regeneration').dialog( { 'dialogClass': 'ime-dialog' } ).dialog( 'open' );
|
60 |
|
61 |
imeRegenImages( rt_images.shift() );
|
62 |
}
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: orangelab
|
3 |
Tags: image, images, picture, imagemagick, gd
|
4 |
Requires at least: 2.9
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 1.5.
|
7 |
|
8 |
Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
|
9 |
|
@@ -75,6 +75,10 @@ You'll probably have problems with various other plugins too unless you fix this
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
|
|
78 |
= 1.5.0 =
|
79 |
* Tested with WP 3.5-beta2
|
80 |
* Allow choosing between optimize for quality & size for each image size
|
2 |
Contributors: orangelab
|
3 |
Tags: image, images, picture, imagemagick, gd
|
4 |
Requires at least: 2.9
|
5 |
+
Tested up to: 3.6
|
6 |
+
Stable tag: 1.5.1
|
7 |
|
8 |
Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
|
9 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 1.5.1 =
|
79 |
+
* Tested with WP 3.6
|
80 |
+
* Fix CSS problems with other users of jQuery dialogs
|
81 |
+
|
82 |
= 1.5.0 =
|
83 |
* Tested with WP 3.5-beta2
|
84 |
* Allow choosing between optimize for quality & size for each image size
|