<?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 ImageMagick - unable to load modules in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4242#M1820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I noticed that all types of images are not loading after I upload them in Share. They worked properly before, so I don't know what I have done that they stopped working.&lt;/P&gt;&lt;P&gt;I tried to install the last version of ImageMagick-7.0.4-Q16 and changed the path in global.properties but same error appears....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current properties are:&lt;/P&gt;&lt;P&gt;### External executable locations ###&lt;BR /&gt;ooo.exe=C:\\alfresco-community\\libreoffice\\App\\libreoffice\\program\\soffice.exe&lt;BR /&gt;ooo.enabled=true&lt;BR /&gt;ooo.port=8100&lt;BR /&gt;img.root=C:\\alfresco-community\\imagemagick&lt;BR /&gt;img.coders=${img.root}\\modules\\coders&lt;BR /&gt;img.config=${img.root}&lt;BR /&gt;img.gslib=${img.root}\\lib&lt;BR /&gt;img.exe=${img.root}\\convert.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the error is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execution result: &lt;BR /&gt; os: Windows 8.1&lt;BR /&gt; command: C:\alfresco-community\imagemagick\convert.exe C:\Users\maria\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_source_7819776725997963791.png[0] -auto-orient -resize "100x100&amp;gt;" C:\Users\maria\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_target_8196530081303885449.png&lt;BR /&gt; succeeded: false&lt;BR /&gt; exit code: 1&lt;BR /&gt; out: &lt;BR /&gt; err: convert.exe: unable to load module `C:\alfresco-community\imagemagick\modules\coders\IM_MOD_RL_PNG_.dll': The specified module could not be found. &lt;BR /&gt; @ error/module.c/OpenModule/1282.&lt;BR /&gt;convert.exe: no decode delegate for this image format `PNG' @ err&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; org.alfresco.error.AlfrescoRuntimeException: 00270003 Creation of thumbnail 'doclib' failed&lt;BR /&gt; at org.alfresco.repo.thumbnail.CreateThumbnailActionExecuter.executeImpl(CreateThumbnailActionExecuter.java:206)&lt;BR /&gt; at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:265)&lt;BR /&gt; at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:840)&lt;BR /&gt; at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:740)&lt;BR /&gt; at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1$1.execute(AsynchronousActionExecutionQueueImpl.java:426)&lt;BR /&gt; at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)&lt;BR /&gt; at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)&lt;BR /&gt; at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1.doWork(AsynchronousActionExecutionQueueImpl.java:435)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil.runAsWork(TenantUtil.java:119)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil.runAsTenant(TenantUtil.java:88)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil$1.doWork(TenantUtil.java:62)&lt;BR /&gt; at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil.runAsUserTenant(TenantUtil.java:58)&lt;BR /&gt; at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper.run(AsynchronousActionExecutionQueueImpl.java:438)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Caused by: org.alfresco.service.cmr.repository.ContentIOException: 00270002 Content conversion failed: &lt;BR /&gt; reader: ContentAccessor[ contentUrl=store://2017/1/27/11/38/c2d720cb-13f4-4ea8-9a9b-8026d3b73c07.bin, mimetype=image/png, size=11265, encoding=UTF-8, locale=en_US]&lt;BR /&gt; writer: ContentAccessor[ contentUrl=store://2017/1/27/11/38/79e95b42-0d6c-41b8-a3ee-6a92a4622581.bin, mimetype=image/png, size=0, encoding=UTF-8, locale=en_US]&lt;BR /&gt; options: {use=doclib, contentReaderNodeRef=workspace://SpacesStore/5fedbbb7-9d57-40b1-9696-3dc32c4034b0, contentWriterNodeRef=null, sourceContentProperty=null, imageAutoOrient=true, targetContentProperty=null, commandOptions=, imageResizeOptions=ImageResizeOptions [width=100, height=100, maintainAspectRatio=true, percentResize=false, resizeToThumbnail=false, allowEnlargement=false], includeEmbedded=false}&lt;BR /&gt; limits: {timeoutMs=120000}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; at org.alfresco.repo.content.transform.AbstractContentTransformer2.transform(AbstractContentTransformer2.java:332)&lt;BR /&gt; at org.alfresco.repo.content.ContentServiceImpl.transform(ContentServiceImpl.java:631)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)&lt;BR /&gt; at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.model.ml.MLContentInterceptor.invoke(MLContentInterceptor.java:129)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:249)&lt;BR /&gt; at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:209)&lt;BR /&gt; at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:164)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)&lt;BR /&gt; at com.sun.proxy.$Proxy42.transform(Unknown Source)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable$1.doWork(AbstractTransformationRenderingEngine.java:471)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable$1.doWork(AbstractTransformationRenderingEngine.java:460)&lt;BR /&gt; at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable.call(AbstractTransformationRenderingEngine.java:459)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable.call(AbstractTransformationRenderingEngine.java:434)&lt;BR /&gt; at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt; ... 3 more&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Caused by: org.alfresco.service.cmr.repository.ContentIOException: 00270001 Failed to perform ImageMagick transformation: &lt;BR /&gt;Execution result: &lt;BR /&gt; os: Windows 8.1&lt;BR /&gt; command: C:\alfresco-community\imagemagick\convert.exe C:\Users\maria\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_source_7819776725997963791.png[0] -auto-orient -resize "100x100&amp;gt;" C:\Users\maria\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_target_8196530081303885449.png&lt;BR /&gt; succeeded: false&lt;BR /&gt; exit code: 1&lt;BR /&gt; out: &lt;BR /&gt; err: convert.exe: unable to load module `C:\alfresco-community\imagemagick\modules\coders\IM_MOD_RL_PNG_.dll': The specified module could not be found.&lt;/P&gt;&lt;P&gt;@ error/module.c/OpenModule/1282.&lt;BR /&gt;convert.exe: no decode delegate for this image format `PNG' @ err&lt;BR /&gt; at org.alfresco.repo.content.transform.magick.ImageMagickContentTransformerWorker.transformInternal(ImageMagickContentTransformerWorker.java:198)&lt;BR /&gt; at org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker.transform(AbstractImageMagickContentTransformerWorker.java:288)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:72)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)&lt;BR /&gt; at com.sun.proxy.$Proxy32.transform(Unknown Source)&lt;BR /&gt; at org.alfresco.repo.content.transform.ProxyContentTransformer.transformInternal(ProxyContentTransformer.java:100)&lt;BR /&gt; at org.alfresco.repo.content.transform.AbstractContentTransformer2.transform(AbstractContentTransformer2.java:250)&lt;BR /&gt; ... 33 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked that the path to the modules is correct, so no reason for not finding the library (IM_MOD_RL_PNG_.dll) for decoding images.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don't have problems with pdfs, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know what should be done in order to work again..?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2017 09:54:20 GMT</pubDate>
    <dc:creator>mbel</dc:creator>
    <dc:date>2017-01-27T09:54:20Z</dc:date>
    <item>
      <title>ImageMagick - unable to load modules</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4242#M1820</link>
      <description>Hello,I noticed that all types of images are not loading after I upload them in Share. They worked properly before, so I don't know what I have done that they stopped working.I tried to install the last version of ImageMagick-7.0.4-Q16 and changed the path in global.properties but same error appears</description>
      <pubDate>Fri, 27 Jan 2017 09:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4242#M1820</guid>
      <dc:creator>mbel</dc:creator>
      <dc:date>2017-01-27T09:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: ImageMagick - unable to load modules</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4243#M1821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is more of an ImageMagick question than Alfresco.&lt;/P&gt;&lt;P&gt;What kind of ImageMagick install did you use? Static or dynamic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 14:02:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4243#M1821</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-01-28T14:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: ImageMagick - unable to load modules</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4244#M1822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar problem. In my case, I installed "ImageMagick-7.0.7-6-Q16-x64-dll.exe" (&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;Win64 dynamic at 16 bits-per-pixel component).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;I am running&amp;nbsp;alfresco-community-installer-201605-win-x64 on Windows 2016 Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;Via command line, I verified that convert.exe can convert a PNG file to a JPG file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;Any suggestions would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 17:11:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4244#M1822</guid>
      <dc:creator>kenw</dc:creator>
      <dc:date>2017-10-16T17:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: ImageMagick - unable to load modules</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4245#M1823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe for Windows based installs of the dynamic nature you may have to configure additional properties for the DLL lookups. The subsystem defines the following default properties and you should make sure that the resulting paths match your installation / have been adapted in the global properties file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;img.root=./ImageMagick&lt;BR /&gt;img.dyn=${img.root}/lib&lt;BR /&gt;img.exe=${img.root}/bin/convert&lt;BR /&gt;img.coders=${img.root}/modules/coders&lt;BR /&gt;img.config=${img.root}/config&lt;BR /&gt;img.gslib=${img.root}/lib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 20:24:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4245#M1823</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-10-17T20:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: ImageMagick - unable to load modules</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4246#M1824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply!&lt;/P&gt;&lt;P&gt;I verified that the properties are set correctly in the alfresco-global.properties file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I figured out that the problem was related to the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;convert.exe&lt;/SPAN&gt; (property value for&amp;nbsp;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;img.exe&lt;/SPAN&gt;)&amp;nbsp; file.&lt;/P&gt;&lt;P&gt;If I pointed &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;img.exe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;convert.exe&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;that came with &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;alfresco-community-installer-201605-win-x64&lt;/SPAN&gt;, I did not get an error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I pointed&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;img.exe&lt;/SPAN&gt; to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;convert.exe&lt;/SPAN&gt;&lt;/SPAN&gt; that came with&amp;nbsp;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ImageMagick-7.0.7-6-Q16-x64-dll.exe&lt;/SPAN&gt;, I got the&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;err: convert.exe: unable to load module&lt;/SPAN&gt;" error.&lt;/P&gt;&lt;P&gt;I&amp;nbsp;uninstalled&amp;nbsp;&lt;SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ImageMagick-7.0.7-6-Q16-x64-dll.exe&lt;/SPAN&gt; and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;installed&amp;nbsp;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ImageMagick-7.0.7-8-Q16-x64-static.exe&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ImageMagick-7.0.7-8-Q16-x64-static.exe&lt;/SPAN&gt; did not have &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;convert.exe&lt;/SPAN&gt;. From what I've read, &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;convert.exe&lt;/SPAN&gt; was replaced with &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;magick.exe&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I set the property &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;img.exe&lt;/SPAN&gt;&lt;/SPAN&gt; to &lt;SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;magick.exe.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So far, everything seems to be working. Haven't seen any errors in the alfresco.log file.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:40:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/imagemagick-unable-to-load-modules/m-p/4246#M1824</guid>
      <dc:creator>kenw</dc:creator>
      <dc:date>2017-10-19T16:40:35Z</dc:date>
    </item>
  </channel>
</rss>

