sharpenSharpenMore() - Media Method
The sharpenSharpenMore() method sharpens the clarity of an image. This is similar to the sharpenSharpen() function, but to a greater extent.
Note: This function is “selection aware”—if a selection is made, the system applies the function based on the current selection. For more information about making selections, see selection() - Media Method.
Syntax
sharpenSharpenMore();
Parameters
This function has no parameters.
Example
var image = new Media();
image.load(name @ "peppers.tga");
image.sharpenSharpenMore();
image.save(type @ "jpeg");
On-Line Documentation