Changeset 422097
- Timestamp:
- 08/11/2011 10:56:22 AM (15 years ago)
- Location:
- imagemagick-engine
- Files:
-
- 2 edited
- 4 copied
-
tags/1.3.1 (copied) (copied from imagemagick-engine/trunk)
-
tags/1.3.1/imagemagick-engine.php (copied) (copied from imagemagick-engine/trunk/imagemagick-engine.php) (2 diffs)
-
tags/1.3.1/js/ime-admin.js (copied) (copied from imagemagick-engine/trunk/js/ime-admin.js)
-
tags/1.3.1/readme.txt (copied) (copied from imagemagick-engine/trunk/readme.txt) (1 diff)
-
trunk/imagemagick-engine.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imagemagick-engine/tags/1.3.1/imagemagick-engine.php
r421410 r422097 6 6 Author: Orangelab 7 7 Author URI: http://www.orangelab.se 8 Version: 1.3.1 -beta28 Version: 1.3.1 9 9 Text Domain: imagemagick-engine 10 10 … … 30 30 /* 31 31 * Current todo list: 32 * - do not iterate through all images if only resizing non-ime images 32 * - test command line version string 33 * - test php module with required image formats 34 * - handle errors in resize, fall back to GD 33 35 * 34 36 * Future todo list: 37 * - do not iterate through all images if only resizing non-ime images 35 38 * - edit post insert image: add custom sizes? 36 39 * - admin: smarter find path to executable (maybe try 'which' or package handler?) -
imagemagick-engine/tags/1.3.1/readme.txt
r420547 r422097 4 4 Requires at least: 2.9 5 5 Tested up to: 3.2.1 6 Stable tag: 1.3. 06 Stable tag: 1.3.1 7 7 8 8 Improve the quality of re-sized images by replacing standard GD library with ImageMagick. -
imagemagick-engine/trunk/imagemagick-engine.php
r421410 r422097 6 6 Author: Orangelab 7 7 Author URI: http://www.orangelab.se 8 Version: 1.3.1 -beta28 Version: 1.3.1 9 9 Text Domain: imagemagick-engine 10 10 … … 30 30 /* 31 31 * Current todo list: 32 * - do not iterate through all images if only resizing non-ime images 32 * - test command line version string 33 * - test php module with required image formats 34 * - handle errors in resize, fall back to GD 33 35 * 34 36 * Future todo list: 37 * - do not iterate through all images if only resizing non-ime images 35 38 * - edit post insert image: add custom sizes? 36 39 * - admin: smarter find path to executable (maybe try 'which' or package handler?) -
imagemagick-engine/trunk/readme.txt
r420547 r422097 4 4 Requires at least: 2.9 5 5 Tested up to: 3.2.1 6 Stable tag: 1.3. 06 Stable tag: 1.3.1 7 7 8 8 Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
Note: See TracChangeset
for help on using the changeset viewer.