Plugin Directory

Changeset 422097


Ignore:
Timestamp:
08/11/2011 10:56:22 AM (15 years ago)
Author:
orangelab
Message:

tag version 1.3.1

Location:
imagemagick-engine
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • imagemagick-engine/tags/1.3.1/imagemagick-engine.php

    r421410 r422097  
    66  Author: Orangelab
    77  Author URI: http://www.orangelab.se
    8   Version: 1.3.1-beta2
     8  Version: 1.3.1
    99  Text Domain: imagemagick-engine
    1010
     
    3030/*
    3131 * 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
    3335 *
    3436 * Future todo list:
     37 * - do not iterate through all images if only resizing non-ime images
    3538 * - edit post insert image: add custom sizes?
    3639 * - admin: smarter find path to executable (maybe try 'which' or package handler?)
  • imagemagick-engine/tags/1.3.1/readme.txt

    r420547 r422097  
    44Requires at least: 2.9
    55Tested up to: 3.2.1
    6 Stable tag: 1.3.0
     6Stable tag: 1.3.1
    77
    88Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
  • imagemagick-engine/trunk/imagemagick-engine.php

    r421410 r422097  
    66  Author: Orangelab
    77  Author URI: http://www.orangelab.se
    8   Version: 1.3.1-beta2
     8  Version: 1.3.1
    99  Text Domain: imagemagick-engine
    1010
     
    3030/*
    3131 * 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
    3335 *
    3436 * Future todo list:
     37 * - do not iterate through all images if only resizing non-ime images
    3538 * - edit post insert image: add custom sizes?
    3639 * - admin: smarter find path to executable (maybe try 'which' or package handler?)
  • imagemagick-engine/trunk/readme.txt

    r420547 r422097  
    44Requires at least: 2.9
    55Tested up to: 3.2.1
    6 Stable tag: 1.3.0
     6Stable tag: 1.3.1
    77
    88Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
Note: See TracChangeset for help on using the changeset viewer.