<?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: Adobe file format transformation support in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201044#M154174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I had seen the Content Transformations wiki page. I assume we're talking about a runtime transformation then? As in, no actual Java code needs to be written to define the transformation?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct. No Java code needed to implement this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;* Is it possible to override the image transformer such that mime-type image/* is executed with one set of options, but image/photoshop is executed with a different set (in this case, -flatten)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&amp;nbsp; The options are to write a custom transformer or extended the existing transformer to handle the the specific cases for PSD images.&amp;nbsp; Or you can handle this through the rules engine (no coding, just specific space applications/rules).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 15:40:30 GMT</pubDate>
    <dc:creator>jottley</dc:creator>
    <dc:date>2009-04-27T15:40:30Z</dc:date>
    <item>
      <title>Adobe file format transformation support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201040#M154170</link>
      <description>From what I've gathered:Alfresco uses ImageMagick to handle image transformationsImageMagick handles PSD (Photoshop) and EPS (Illustrator PostScript) formatsYet Alfresco does not have built-in support for converting from PSD and EPS to more basic, web-ready formats (JPG, PNG). In fact, the PSD mime-</description>
      <pubDate>Fri, 24 Apr 2009 19:33:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201040#M154170</guid>
      <dc:creator>manders</dc:creator>
      <dc:date>2009-04-24T19:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe file format transformation support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201041#M154171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First question last, you can plug in different content transformers to Alfresco, its easy to extend.&amp;nbsp;&amp;nbsp; Its just a case of providing a transformer and then telling alfresco which formats it can convert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Content_Transformations" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Content_Transformations&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since image magic does appear to support PSD files,&amp;nbsp; Getting support for PSD files could be as simple as a couple of configuration changes.&amp;nbsp;&amp;nbsp; Give it a try and see what happens.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2009 19:53:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201041#M154171</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-04-25T19:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe file format transformation support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201042#M154172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Both of these transformations are quite easy to achieve in Alfresco. As you noted ImageMagick supports both of these filetypes. The key is configuring Alfresco to know about them. This is accomplished by adding the appropriate image/* mimetype. Alfresco's image transformation service will reject any content that is not of mimetype image/*. Once you have added the appropriate mimetypes and restarted Alfresco you will be able to convert both psd and eps images to gif, JPEG or png. A couple of notes: any content already in the repository before the mimetype change will require you to update it to the new mimetype. They won't automatically be changed. A simple script can do this for you. The other note is psd specific:&amp;nbsp; you must pass the -flatten option to merge all visible layers down to a single layer for appropriate transformation. If you want to create animated gif files, don't pass -flatten. Each visible layer will then be used as part of the animation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2009 20:01:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201042#M154172</guid>
      <dc:creator>jottley</dc:creator>
      <dc:date>2009-04-26T20:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe file format transformation support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201043#M154173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help. I'll try to implement this in our Labs test install ASAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had seen the Content Transformations wiki page. I assume we're talking about a runtime transformation then? As in, no actual Java code needs to be written to define the transformation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Two quick follow-up questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Is it possible to override the image transformer such that mime-type image/* is executed with one set of options, but image/photoshop is executed with a different set (in this case, -flatten)?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Is there a specific reason Alfresco (Labs?) does not provide transformations and mime-types for these pretty common formats out of the box, if the addition is so trivial? Seeing how Alfresco and Adobe recently became technology partners, and the obvious benefit of using content management products in creative workflows, I would've thought these formats would be high on the priority list.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 14:31:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201043#M154173</guid>
      <dc:creator>manders</dc:creator>
      <dc:date>2009-04-27T14:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe file format transformation support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201044#M154174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I had seen the Content Transformations wiki page. I assume we're talking about a runtime transformation then? As in, no actual Java code needs to be written to define the transformation?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct. No Java code needed to implement this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;* Is it possible to override the image transformer such that mime-type image/* is executed with one set of options, but image/photoshop is executed with a different set (in this case, -flatten)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&amp;nbsp; The options are to write a custom transformer or extended the existing transformer to handle the the specific cases for PSD images.&amp;nbsp; Or you can handle this through the rules engine (no coding, just specific space applications/rules).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 15:40:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201044#M154174</guid>
      <dc:creator>jottley</dc:creator>
      <dc:date>2009-04-27T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe file format transformation support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201045#M154175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi manders,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Im also interested in using alfresco with adobe products.. the psd was one of the questions I have run into.. the other is using indesign files via CIFS.. as indesign links can be only to local drive it is essetial if we want to use alfresco and indesign together in the workflow.. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunatelly it seems that indesign has a big problem with alfresco handling of his temporary file. We were trying to find some workaround but no luck.. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp; Any success on your side??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, if you have a luck with psd transformation please let us know.. that would be very nice feature to have..&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 15:53:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201045#M154175</guid>
      <dc:creator>dmatejka</dc:creator>
      <dc:date>2009-04-27T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe file format transformation support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201046#M154176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same question regarding the indesign links issue.&amp;nbsp; I noticed the last post on this was in April of last year.&amp;nbsp; Has a solution been found since?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 15:34:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adobe-file-format-transformation-support/m-p/201046#M154176</guid>
      <dc:creator>erictice</dc:creator>
      <dc:date>2010-01-08T15:34:30Z</dc:date>
    </item>
  </channel>
</rss>

