Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Alfresco can be used for many aspects of Digital Asset Management, including image transformation. These instructions are written for someone using the Mac OS X operating system.
<aspect name='cm:imageTransformationOptions'>
<title>Image Transformation Options</title>
<properties>
<property name='cm:commandOptions'>
<title>Command Options</title>
<type>d:text</type>
<mandatory>false</mandatory>
<default>-1</default>
</property>
<property name='cm:resize'>
<title>Resize The Image</title>
<type>d:boolean</type>
<default>false</default>
</property>
<property name='cm:resizeWidth'>
<title>Resize Width</title>
<type>d:int</type>
<mandatory>false</mandatory>
<default>-1</default>
</property>
<property name='cm:resizeHeight'>
<title>Resize Height</title>
<type>d:int</type>
<mandatory>false</mandatory>
</property>
<property name='cm:resizeMaintainAspectRatio'>
<title>Resize Maintain Aspect Ratio</title>
<type>d:boolean</type>
<default>true</default>
</property>
<property name='cm:resizePercent'>
<title>Resize Percent</title>
<type>d:boolean</type>
<default>false</default>
</property>
<property name='cm:resizeToThumbnail'>
<title>Resize To Thumbnail</title>
<type>d:boolean</type>
<default>false</default>
</property>
</properties>
</aspect>
<alfresco-config>
<config evaluator='aspect-name' condition='cm:imageTransformationOptions'>
<property-sheet>
<show-property name='cm:commandOptions' display-label-id='commandOptions' />
<show-property name='cm:resize' display-label-id='resize' read-only='true' />
<show-property name='cm:resizeWidth' display-label-id='resizeWidth'/>
<show-property name='cm:resizeHeight' display-label-id='resizeHeight'/>
<show-property name='cm:resizeMaintainAspectRatio' display-label-id='resizeMaintainAspectRatio'/>
<show-property name='cm:resizePercent' display-label-id='resizePercent'/>
<show-property name='cm:resizeToThumbnail' display-label-id='resizeToThumbnail'/>
</property-sheet>
</config>
<config evaluator='string-compare' condition='Action Wizards'>
<aspects>
<aspect name='cm:imageTransformationOptions'/>
</aspects>
</config>
</alfresco-config>