I've installed imagemagick on Lion (MAMP) using homebrew (brew install imagemagick). I've enabled the module and set the Image Handling to ImageMagick. However, when trying to upload an image, I get the following error:

User error: ImageMagick error 1: convert: unable to create temporary file `/var/folders/1m/w6hk557s16l_n2kkx6407xs00000gn/T/magick-QQ3ATUe-': Permission denied @ error/delegate.c/InvokeDelegate/1010. convert: unable to open image `/var/folders/1m/w6hk557s16l_n2kkx6407xs00000gn/T/magick-QQ3ATUe-.ppm': Permission denied @ error/blob.c/OpenBlob/2588. convert: missing an image filename `/Users/BarisW/Sites/drupal7/files/styles/thumbnail/public/images/blue-background-test_1.CR2' @ error/convert.c/ConvertImageCommand/3015. in _imagemagick_convert_exec() (line 500 of /Users/BarisW/Sites/drupal7/sites/all/modules/contrib/imagemagick/imagemagick.module).

Any ideas what could be? This goes wrong with a TIFF file as well.

Comments

BarisW’s picture

Ah, it happens with CR2 files only. Tif is working now.

sun’s picture

Status: Active » Closed (cannot reproduce)

I'm not able to reproduce this issue - looks like the error is caused by a manually and wrongly compiled ImageMagick...?