php - How can i install imagick so that it can work in XAMPP? -
hello m using ubuntu 10.04 , want use(install) imagick in xampp.i have installed imagick synaptic package manager when m trying use in xampp,its not working , giving error like"no class imagick found". when open phpinfo(),i didnt find imagick there. pls suggest me how can install imagick can work xampp???
try installing php5-imagick
. package containing php bindings imagemagick.
Comments
Post a Comment