dev-master
9999999-dev https://github.com/Sam-Costigan/imagickAdds additional image manipulation functionality to SilverStripe.
BSD-3-Clause
The Requires
by Sam Costigan
silverstripe imagick
Adds additional image manipulation functionality to SilverStripe.
______ __ __
/ | / | / |
$$$$$$/ _____ ____ ______ ______ $$/ _______ $$ | __
$$ | / \/ \ / \ / \ / | / |$$ | / |
$$ | $$$$$$ $$$$ | $$$$$$ |/$$$$$$ |$$ |/$$$$$$$/ $$ |/$$/
$$ | $$ | $$ | $$ | / $$ |$$ | $$ |$$ |$$ | $$ $$<
_$$ | $$ | $$ | $$ |/$$$$$$$ |$$ __$$ |$$ |$$ _____ $$$$$$ \
/ $$ |$$ | $$ | $$ |$$ $$ |$$ $$ |$$ |$$ |$$ | $$ |
$$$$$$/ $$/ $$/ $$/ $$$$$$$/ $$$$$$$ |$$/ $$$$$$$/ $$/ $$/
/ __$$ |
$$ $$/
$$$$$$/, (*1)
Requires a SilverStripe 3.* install and PHP Imagick configured for your PHP install., (*2)
On ubuntu, this was as easy as:, (*3)
sudo apt-get install php5-imagick sudo php5enmod imagick
followed by restarting apache., (*4)
Once it has been added, you will have access to the following additional Image functions:, (*5)
NOTE: Currently, the $colour parameter only supports strings being passed, eg. "red", "blue", "green" will work, but "#ff0000", "#00ff00" and "#0000ff" will not., (*6)
Adds additional image manipulation functionality to SilverStripe.
BSD-3-Clause
silverstripe imagick