<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco 3.4 and ImageMagick 6.6.7 (on Windows) - SOLUTION in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277222#M230352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The processProperties for Runtime.getRuntime().exec(…) is needed also under Linux.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2011 11:37:26 GMT</pubDate>
    <dc:creator>dranakan</dc:creator>
    <dc:date>2011-04-04T11:37:26Z</dc:date>
    <item>
      <title>Alfresco 3.4 and ImageMagick 6.6.7 (on Windows) - SOLUTION</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277221#M230351</link>
      <description>Problem:After upgrading from ImageMagick 6.3.6 (the version bundled with Alf 3.4c) to 6.6.7 all ImageMagick operations fail with "Magick: no decode delegate for this image format" messageInitial env&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ut of the box Alfresco 3.4c install on Windows XP - all works fine, image conversions (jpeg to gif t</description>
      <pubDate>Fri, 25 Mar 2011 11:18:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277221#M230351</guid>
      <dc:creator>easypress</dc:creator>
      <dc:date>2011-03-25T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 and ImageMagick 6.6.7 (on Windows) - SOLUTION</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277222#M230352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The processProperties for Runtime.getRuntime().exec(…) is needed also under Linux.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:37:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277222#M230352</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2011-04-04T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 and ImageMagick 6.6.7 (on Windows) - SOLUTION</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277223#M230353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have solved this problem by installing ImageMagick version with static libraries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 08:34:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277223#M230353</guid>
      <dc:creator>alekseiv</dc:creator>
      <dc:date>2011-07-13T08:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 and ImageMagick 6.6.7 (on Windows) - SOLUTION</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277224#M230354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have solved this problem by installing ImageMagick version with static libraries.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Indeed, this fixed my problem too!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Install the ImageMagick with "static libraries" anywhere on your system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Try to run ImageMagick directly from command line, e.g.:&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;convert C:\temp\test.jpg -resize 120 C:\temp\test_b.jpg&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;3. specify the path + exe to your ImageMagick-installation in alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;img.root=&amp;lt;YourImageMagickInstallationDirectory&amp;gt;&lt;BR /&gt;img.exe=${img.root}/convert&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and restart Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 15:20:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-and-imagemagick-6-6-7-on-windows-solution/m-p/277224#M230354</guid>
      <dc:creator>bmeyns</dc:creator>
      <dc:date>2012-01-09T15:20:23Z</dc:date>
    </item>
  </channel>
</rss>

