Jpg Quality Command
Smartsite 7 - ...
The Jpq Quality command sets the jpg quality for an image (when output format is jpeg).
Parameters
Shorthand | Description |
---|---|
q | Sets the jpeg quality (a value between 1 and 100). |
Command definition
XML | Copy Code |
---|---|
<add id="jpeg" type="Smartsite.ImageProcessor.Commands.JpgQualityCommand, Smartsite.ImageProcessor" enabled="true"> <parameters> <add name="quality" shortcut="q" /> </parameters> </add> |