Trying to Get ImageMagick to Work - Windows vBulletin Photo

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
paul g

Trying to Get ImageMagick to Work - Windows vBulletin Photo

Post by paul g »

Need some help.

I'm trying to configure ImageMagick to work on my windows server with vBulletin and PhotoPost.

I have it installed and can run the test commands via command line.

But in these scripts I get errors.

In vBulletin the error says Access Denied.

In PhotoPost I get:
Error creating thumbnail! Error code: 1

Command:

"c:\program files\imagemagick-6.0.8-q16\mogrify.exe" +profile "*" -size 75x100 -quality 100 -geometry 75x100 -unsharp 10 C:/Inetpub/vhosts/site/galleries/data/500/thumbs/gigi.JPG

Any ideas?

Thanks!
paul g

Re: Trying to Get ImageMagick to Work - Windows vBulletin Photo

Post by paul g »

Can anyone help?
txwizard

Re: Trying to Get ImageMagick to Work - Windows vBulletin Photo

Post by txwizard »

The final part of your command reads as follows.

C:/Inetpub/vhosts/site/galleries/data/500/thumbs/gigi.JPG

Note the forward slashes.

Change to read like so:

C:\Inetpub\vhosts\site\galleries\data\500\thumbs\gigi.JPG

Also, make sure that directory C:\Inetpub\vhosts\site\galleries\data\500\thumbs\ exists.
Post Reply