FileType Command

Smartsite 7 - ...

The FileType command sets the filetype for the output image.

Parameters

Shorthand Description
ft Any id of the image type available in the configuration.

Command definition

XML CopyCode image Copy Code
  <add id="type" type="Smartsite.ImageProcessor.Commands.FileTypeCommand, Smartsite.ImageProcessor" enabled="true">
    <parameters>
      <!-- any of the registered image types -->
      <add name="filetype" shortcut="ft" />
    </parameters>
  </add>