diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-22 11:20:54 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-22 11:20:54 +0100 |
commit | 2ffb12fa2aa3209b78bfaf5b7c9c7854ec620656 (patch) | |
tree | 2c9dc678e04d532f157199be88cfed66c9c7332a /REFLECTION | |
parent | 20085ef9b7d532733489f9be43b2db4efd08f261 (diff) |
build against ImageMagick6 and new soname
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -16,6 +16,12 @@ Extension [ <persistent> extension #77 imagick version 3.4.4 ] { Entry [ imagick.progress_monitor <SYSTEM> ] Current = '0' } + Entry [ imagick.set_single_thread <SYSTEM> ] + Current = '1' + } + Entry [ imagick.shutdown_sleep_count <ALL> ] + Current = '10' + } } - Classes [10] { @@ -1736,6 +1742,9 @@ Extension [ <persistent> extension #77 imagick version 3.4.4 ] { } Method [ <internal:imagick> public method __tostring ] { + + - Parameters [0] { + } } Method [ <internal:imagick, prototype Countable> public method count ] { @@ -2862,6 +2871,9 @@ Extension [ <persistent> extension #77 imagick version 3.4.4 ] { } Method [ <internal:imagick> public method getimagehistogram ] { + + - Parameters [0] { + } } Method [ <internal:imagick> public method getimageinterlacescheme ] { |