Plugin Directory

Changeset 1506690


Ignore:
Timestamp:
10/02/2016 05:17:27 AM (9 years ago)
Author:
binarystash01
Message:

Imagemagick now uses -layers instead of -alpha remove

Location:
wp-booklet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-booklet/trunk/classes/class-wp-booklet2-pdf.php

    r1385515 r1506690  
    8282        $pdf = $this->_file;
    8383        $target = $upload_path . '/wp-booklet-test-' . uniqid() . '.jpg';
    84         $command = new WP_Booklet2_Command("convert", "-background white -alpha remove -limit memory 32MiB -limit map 64MiB {$pdf} {$target}");
     84        $command = new WP_Booklet2_Command("convert", "-background white -alpha off -layers flatten -limit memory 32MiB -limit map 64MiB {$pdf} {$target}");
    8585        $result = $command->run_command();
    8686       
  • wp-booklet/trunk/readme.txt

    r1463101 r1506690  
    44Tags: flip book, flipbook, booklet
    55Requires at least: 3.9
    6 Tested up to: 4.2.7
    7 Stable tag: 2.1.6
     6Tested up to: 4.6.1
     7Stable tag: 2.1.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 2.1.7 =
     86* Imagemagick now uses -layers instead of -alpha remove
     87
    8588= 2.1.6 =
    8689* Added PHP version and safe mode indicator to settings page
     
    194197== Upgrade Notice ==
    195198
     199= 2.1.7 =
     200* Imagemagick now uses -layers instead of -alpha remove
     201
    196202= 2.1.6 =
    197203* Added PHP version and safe mode indicator to settings page
  • wp-booklet/trunk/wp-booklet.php

    r1463101 r1506690  
    33 * Plugin Name: WP Booklet
    44 * Description: Allows creation of flip books using the jQuery Booklet plugin. Successor to WP Booklet 1.x
    5  * Version: 2.1.6
     5 * Version: 2.1.7
    66 * Author: BinaryStash
    77 * Author URI:  http://www.binarystash.net
Note: See TracChangeset for help on using the changeset viewer.