Filters

If you have any doubts on how to use this, make sure you read our Getting Started guide.

  • :options is one of the fragments available for use on ImageBoss API.

Sharpen

It Sharpens the image. Including flat and jagged areas. You can combine this option with any operation available.

sharpen accepts any value between 1 and 20 (2-4 recomended).

API Example

https://img.imageboss.me mywebsite-images /width /700 /sharpen:3 /examples/02.jpg


Using ImageBoss Web Library

<img
    src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
    data-imageboss-src="/examples/02.jpg"
    data-imageboss-operation="width"
    data-imageboss-options="sharpen:3"
    width="700"
/>

Original

Modified