PHP CLI / No-Install ImageMagick Possible?

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
skibulk
Posts: 1
Joined: 2015-05-26T10:50:22-07:00
Authentication code: 6789

PHP CLI / No-Install ImageMagick Possible?

Post 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!
Post Reply