cancel
Showing results for 
Search instead for 
Did you mean: 

ImageMagick

jerarquiadp
Champ in-the-making
Champ in-the-making
Hello…

I can use ImageMagick to upload images from a scanner??…or, I must to use Kofax for this work??

Thank you for your help and your time…

Goodbye…
11 REPLIES 11

joe_l3
Star Contributor
Star Contributor
Hi,

by default Alfresco uses ImageMagick to manipulate images for previewing. For example on Share, if you browse the document library of a site, you can see the images thumbnails of your uploaded photos.  I understand that you want to manipulate images (such as crop or rotate images and so on) directly into alfresco web explorer. Is that right? I really do not know if you can do it. Let's see if I can help you. First of all make sure you have correctly installed Imagemagick. If you installed Alfresco using one of the installation wizards, ImageMagick is already be installed.
  

1. Verify if ImageMagick is already installed on your system.
   You can run the convert command, which is part of ImageMagick and usually located in C:/YOUR_ALFRESCO_HOME/ImageMagick
2. If ImageMagick is not on your system, browse to the ImageMagick download site and
   install the appropriate package for your platform.
3. Modify the img.root= and img.exe= properties in the alfresco-global.properties file to point to the ImageMagick root directory.
   For example, for Windows:
   a.   Set the img.root= property to img.root=C:/YOUR_ALFRESCO_HOME/ImageMagick
   b.   Set the img.exe= property to img.exe=C:/YOUR_ALFRESCO_HOME/ImageMagick/bin/convert.exe
 
Alfresco is now configured to manipulate images for previewing. if you want something more try a look here: http://wiki.alfresco.com/wiki/Using_Alfresco_for_Image_Transformation

joe.l3

ankit_yakkundi
Champ in-the-making
Champ in-the-making
hi..
I have installed alfresco enterprise 3.3 version on my system, which has XP installed on it. Since when we install alfresco a ImageMagick folder gets created in alfresco folder. i have refered some ebooks and wikies on how to install ImageMagick. I am still confussed how can i use it. After following the steps which you had told, i am still getting an error.
When i start alfresco it gives error
ImageMagick Studio library and utility program has encountered a problem and needs to close.
The books which i refer was Alfresco_Enterprise_Edition_Detailed_Install_and_Configure_Guide.pdf.
and links which i have followed are:-
http://forums.alfresco.com/en/viewtopic.php?f=35&t=27350.

Can anyone tell me the solution for this problem.