Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Rick Ramhap
RE: Mogrify, temp file issue [ reply ]  
2006-06-20 13:01
Thanks! I think that did the trick.

By: Ryan B
RE: Mogrify, temp file issue [ reply ]  
2006-06-20 12:01
I had a similar problem until I installed the static version of Image Magick.

By: Rick Ramhap
RE: Mogrify, temp file issue [ reply ]  
2006-06-20 01:41
Further: I understand that the DLL file name should include the should include the image type - JPG - in the name. I'm assuming the image type is derived from the file type, i.e. ".jpg", but the temp file strategy includes the ".10" form.

By: Rick Ramhap
Mogrify, temp file issue [ reply ]  
2006-06-20 01:37
I'm trying to re-scale a set of image files using version 1.1 (Ruby 1.8.4, MS Win XP SP2). Calls to determine each image's width and height work as expected, but each call to the resize method results in messages in the form: "mogrify: unable to open module file 'C:\Program Files\ImageMagick-6.2.8-Q16\modules\coders\IM_MOD_RL_9_.dll': no such file or directory." The number 9 ("...RL_9_.dll") begins at 0 for the first image and increments. It corresponds to the suffix used for each temp file created, i.e. minimagic2004.9. Did I miss something in the install?