You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add perceptual color distance (dE00) support to VipsDriver
New `perceptual: true` option uses CIE dE00 formula for color
comparison instead of raw RGB channel distance. dE00 measures
perceptual color difference — values <2.0 are imperceptible to
human eyes, making it ideal for handling anti-aliasing artifacts.
Usage:
screenshot 'page', perceptual: true, color_distance_limit: 2.0
Falls back to existing RGB distance when perceptual is not set.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments