<?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 convert image action does not take any options in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189720#M142850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just set up alfresco 3.0c on Centos5.2 using full bundle install with mysql as database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;besides swftools still missing everything runs without any errors in the log. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ImageMagick version 6-2-8 is up an running too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I want to run an image convert action on an image to resize and change orientation as given in EXIF nothing happens but the image is being copied. ImageMagick must be working somehow, because if I do a transformation from JPG to PNG it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;On a JPG image click on details&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Run Action&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Transform and copy image to a specific space&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Set Values…&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Required Format: JPG&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Otions: -auto-orient -resize 1024x1024&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Destination: converted images&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;OK&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Finish&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;=&amp;gt;&amp;gt; Image gets copied but not rotated and not resized&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I change Required Format to PNG the conversion to PNG will take place but no rotate and no resize&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I run&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;convert org.jpg -auto-orient -resize 1024x1024 new.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;on commandline it works without problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can not see anything in alfresco.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other log to look at?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joerg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2009 23:52:50 GMT</pubDate>
    <dc:creator>jsauer</dc:creator>
    <dc:date>2009-01-20T23:52:50Z</dc:date>
    <item>
      <title>convert image action does not take any options</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189720#M142850</link>
      <description>Hi, just set up alfresco 3.0c on Centos5.2 using full bundle install with mysql as database.besides swftools still missing everything runs without any errors in the log. ImageMagick version 6-2-8 is up an running too.If I want to run an image convert action on an image to resize and change orientati</description>
      <pubDate>Tue, 20 Jan 2009 23:52:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189720#M142850</guid>
      <dc:creator>jsauer</dc:creator>
      <dc:date>2009-01-20T23:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: convert image action does not take any options</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189721#M142851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest to enable debug logging for org.alfresco.util.exec in log4j.properties to see the actual command executed by the OS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 05:17:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189721#M142851</guid>
      <dc:creator>lotharm</dc:creator>
      <dc:date>2009-01-21T05:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: convert image action does not take any options</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189722#M142852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the response. Activated loggin and &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;21:55:10,938 DEBUG [org.alfresco.util.exec.RuntimeExec] Execution result:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; os:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Linux&lt;BR /&gt;&amp;nbsp;&amp;nbsp; command:&amp;nbsp;&amp;nbsp;&amp;nbsp; convert /opt/Alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_source_3101662635154708545.jpg&amp;nbsp; /opt/Alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_target_4975277974653078577.jpg&lt;BR /&gt;&amp;nbsp;&amp;nbsp; succeeded:&amp;nbsp; true&lt;BR /&gt;&amp;nbsp;&amp;nbsp; exit code:&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; out:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; err:&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;As you can see the Options are not used at all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where do they go?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I figure that out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joerg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 21:01:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189722#M142852</guid>
      <dc:creator>jsauer</dc:creator>
      <dc:date>2009-01-21T21:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: convert image action does not take any options</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189723#M142853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-899" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-899&lt;/A&gt;&lt;SPAN&gt; so its already fixed for 3d.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a workaround (instead of backporting), it would be possible to configure an extra action with the correct options set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lothar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 11:09:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189723#M142853</guid>
      <dc:creator>lotharm</dc:creator>
      <dc:date>2009-01-22T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: convert image action does not take any options</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189724#M142854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;-resize 50% or -resize 100x200 not having any effect in Content Explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im having the same problem, but I'm using 3d, Im going to try reinstalling on a fresh server environment, and see if I can see what happens, but I dont think &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-1998" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALFCOM-1998&lt;/A&gt;&lt;SPAN&gt; has either been fixed or the fix released in the latest community cut.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 21:51:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189724#M142854</guid>
      <dc:creator>deepbluefish</dc:creator>
      <dc:date>2009-01-30T21:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: convert image action does not take any options</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189725#M142855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Both those JIRA entries indicate the fixes are in Labs 3 Final (and have been confirmed by QA). Which version are you running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 22:44:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189725#M142855</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-01-30T22:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: convert image action does not take any options</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189726#M142856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I found the problem I pulled a fresh version from labs download, and reinstalled that version worked fine, I understood the version I had in a virtual machine was 3d, but its working now so this issue is definitely fixed.&amp;nbsp; Sorry to waste anyones time, the vm from the Surf course needs to be patched with the latest I think.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 15:18:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/convert-image-action-does-not-take-any-options/m-p/189726#M142856</guid>
      <dc:creator>deepbluefish</dc:creator>
      <dc:date>2009-01-31T15:18:51Z</dc:date>
    </item>
  </channel>
</rss>

