← Chrome 149 reference

v149 · css · covered on mdn

image-rendering: crisp-edges

Chrome 149 adds support for the crisp-edges value of the image-rendering CSS property — previously Chrome only supported pixelated for pixel-art scaling. crisp-edges is the interoperable, non-vendor-prefixed keyword for nearest-neighbour scaling that preserves contrast and hard edges without colour blending.

this feature is documented on MDN

MDN: image-rendering

MDN has a full reference page for the image-rendering property including all values, the difference between crisp-edges and pixelated, browser compatibility, and examples. gendn doesn't duplicate that here.

quick reference

Propertyimage-rendering: crisp-edges
EffectScales images using nearest-neighbour (or equivalent) algorithm, preserving hard edges and contrast without blurring or colour smoothing. Intended for pixel art and line drawings.
vs. pixelatedBoth use nearest-neighbour in practice. crisp-edges is the standardised keyword; pixelated differs subtly in spec language but browsers treat them identically for raster images.
Shipped inChrome 149 (previously only pixelated was supported)
ChromeStatus5172217778405376 — image-rendering: crisp-edges
SpecCSS Images Level 3 — image-rendering
Source: MDN and chromestatus, May 2026.