Filters
Make sure to read our Getting Started guide if you aren't sure how to use the ImageBoss Filters.- is one of the fragments available for use on ImageBoss API.
You can combine this operation available.
with anyGrayscale
Also known as Black & White filter.
Set
to true to apply this filter.API Example
https://img.imageboss.me /mywebsite-images /width /700 /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"
/>