Issue
The Zoom Viewer is blurry when it loads.
Solution
See the sharpening best practices for details on each of the sharpening parameters:
http://help.adobe.com/en_US/scene7/using/WS249d0d693fdd1490-1f14f99e142b561e825-8000.html
http://crc.scene7.com/s7u/docs/Sharpening_best_practices_2009.pdf
Add sharpening to the viewer configuration
- Log in to SPS and choose Setup > Application Setup > Viewer Presets.
- Edit the preset and then choose the Core Settings area and enter the desired sharpening arguments into the Modifiers field.
- Save any changes.
Add sharpening parameters to the URL
To append image serving sharpening arguments to the image that the S7 JSP viewer loads, use the "&vc=modifier" viewer parameter. The modifier parameter allows you to append all viewer image serving requests with any number of image serving commands like so:
...&vc=modifier%3dop_sharpen%3d1%26resMode%3dbicub%26op_usm%3d0.7,0.7,0,0
Note: URL encode the '&' (%26) and '=' (%3d) characters so the modifier can be correctly parsed at the image serving level as opposed to on a viewer level.
You can easily decode/encode portions of your code using this website: http://meyerweb.com/eric/tools/dencoder/
If you are embedding the code, the VC parameter is unnecessary.
DHTML viewer
If you are using the DHTML zoom, set sharpening in the code use the modifier parameter. For example,
viewer.modifier="op_sharpen=1";
Embedded HTML5 viewers
See the Viewers documentation for details. For example, for the zoom viewer, use iscommand either with setParam(s) or with setAsset.