cancel
Showing results for 
Search instead for 
Did you mean: 

ImageMagick transformation Failed

riagarwal
Champ in-the-making
Champ in-the-making
Hi,

while launching Alfresco on mac 10.5.4, i am getting this error message. Please suggest

13:53:04,928 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation:
Execution result:
   os:         Mac OS X

command:    convert /alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_source_40875.gif  /alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_target_40876.png
   succeeded:  false
   exit code:  1
   out:       
   err:        convert: not found
7 REPLIES 7

mikeh
Star Contributor
Star Contributor
Download and install ImageMagick and make sure it's available on the path somewhere.

Mike

riagarwal
Champ in-the-making
Champ in-the-making
Hi, I downloaded the file "ImageMagick-6.4.5-4.i386.rpm" from website and is lying on my desktop.

Please assist as to how to install this and where to make the path..

my alfresco is installed on my Root HDD.

steve
Champ in-the-making
Champ in-the-making
Hi,

You can't use RPM's on the Mac!
You'll have to follow the instructions here: http://www.imagemagick.org/script/binary-releases.php#macosx

Steve

mikeh
Star Contributor
Star Contributor
You've downloaded the Linux package. Follow the instructions here instead: http://www.imagemagick.org/www/binary-releases.html#macosx

Mike

riagarwal
Champ in-the-making
Champ in-the-making
Hi, I downloaded the correct and have extracted the file also. However, now the topic says set the following paths

Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files

If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable

Set the DYLD_LIBRARY_PATH environment variable:

In which files, there variables need to be set. In Image Magik or in Alfresco and which file and what is the location of the file..

Please assist.

steve
Champ in-the-making
Champ in-the-making
Hi,

You should be able to set them in the alfresco startup script.

Steve

riagarwal
Champ in-the-making
Champ in-the-making
Thanks, It worked Fine..

Thanks