# Image and swatch presentations for product filters — Shopify developer changelog
---
## Image and swatch presentations for product filters

You can now create [visual filters](https://help.shopify.com/en/manual/online-store/search-and-discovery/filters#visual-filters) with an [image presentation](https://shopify.dev/docs/api/liquid/objects#filter-presentation). This allows developers and merchants to specify when filters are best displayed as detailed images instead of color and pattern swatches.

In the Liqudi API, we've added [`filter_value.image`](https://shopify.dev/docs/api/liquid/objects/filter_value#filter_value-image) intended for better display support for icons, logos, and other detailed imagery.  The [`filter_value.swatch`](https://shopify.dev/docs/api/liquid/objects/filter_value#filter_value-swatch) is intended for color and pattern swatches.

Merchants must use Shopify's [Search & Discovery app](https://apps.shopify.com/search-and-discovery) to set visual filters for their store.

*Published: May 01, 2024*
Tags: API, New
Link: https://shopify.dev/changelog/image-and-swatch-presentations-for-product-filters

---