Sharpen
Sharpen an image.
Parameters
amount
Amount of sharpening from >= 1 to <= 100
Examples
use Grafika\Grafika; // Import package
//...
$filter = Grafika::createFilter('Sharpen', 50);
$editor->apply( $image, $filter ); // Apply it to an image
Test image:
Result: