Page 1 of 1

PHP CLI / No-Install ImageMagick Possible?

Posted: 2015-05-26T10:58:21-07:00
by skibulk
I'm using command line PHP.dll to power a desktop application. Is it possible to use IMagick without installing ImageMagick on the local machine? Normally I'd consider using PHP's dl() and com() functions to load both ImageMagick and IMagick as stand-alone DLL files, but all of the ImageMagick downloads end in .exe. Thanks for any insight!