Running from a CD ImageMagick & MagickWand PHP

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You can always set environment variables without administrator privileges. We assume you mean you can't set Window registry entries. Grab the ImageMagick Windows source and build. The default is a non-installed build which does not require the Windows registry. You simply set the MAGICK_HOME environment variable. ImageMagick also looks in the same directory as the executable you are running so if you put all the configuration files in the same directory as the program you are running, ImageMagick should pick them up.
Post Reply