Filters

Make sure to read our Getting Started guide if you aren't sure how to use the ImageBoss Filters.

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

You can combine this option with any operation available.


Grayscale

Also known as Black & White filter.

Set grayscale to true to apply this filter.


API Example

https://img.imageboss.me /mywebsite-images /width /700 /grayscale:true /examples/01.jpg


Example using ImageBoss Web Library

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