---
title: Quality
description: Control the balance between speed and clarity by adjusting image quality in Storyblok’s Image Service.
url: https://storyblok.com/docs/api/image-service/operations/quality
---

# Quality

Adjust the compression rate using the `quality` filter with a value between `0` and `100`. The default compression rate is `quality(80)`.

> [!WARNING]
> Setting high values, such as `quality(100)`, will increase the file size beyond the original.

Try the interactive demo below.

> [!NOTE]
> The interactive Image Service demo is not available in the Markdown version of this page.

Combining the [resize](/docs/image-service/operations/resize) operation with the quality filter can significantly reduce the file size and improve page performance. Try the interactive demo below.

> [!NOTE]
> The interactive Image Service demo is not available in the Markdown version of this page.

## Pagination

-   [Previous: Grayscale](/docs/api/image-service/operations/grayscale)
-   [Next: Resize](/docs/api/image-service/operations/resize)
