Image Quality
ImageBoss handles image quality by default.
We set the default quality to 80. If you want to have more control over this you can use the option.
Using ImageBoss Web Library to first deliver a low resolution image while the high resolution loads in background
<img
src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-imageboss-src="/examples/02.jpg"
data-imageboss-operation="width"
data-imageboss-low-res="true"
width="700"
/>
Changing the Default Quality via API
Although it's not recommended, you have control over this. Just pass the option on the URL as explained below.
https://img.imageboss.me /mywebsite-images /width /700 /examples/02.jpg
131kb
https://img.imageboss.me /mywebsite-images /width /700 /examples/02.jpg
22.6kb
https://img.imageboss.me /mywebsite-images /width /700 /examples/02.jpg
13.8kb
https://img.imageboss.me /mywebsite-images /width /700 /examples/02.jpg
7.1kb
https://img.imageboss.me /mywebsite-images /width /700 /examples/02.jpg
5.3kb
Send us a message to support[at]imageboss.me if you have any problems with this.