You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
removed all methods provided previously by the ThumbHelper. These methods
are now called dynamically by the __call() magic method;
tests have been simplified. The library to be tested is set by the tests/bootstrap.php file, using the THUMBER_DRIVER environment variable.
By default, Imagick is used;
full support for Windows, added tests for Appveyor;