Imagemagick binary and php module imagick are quite different things. Php imagick uses imagemagick libraries for its work, but have a bit different functionality. You may use Imagemagick binary from php as well by shell_exec(), for example for converting images. but if you need exactly php imagick extension then you have to install it in addition.