| CARVIEW |
Select Language
HTTP/2 200
date: Mon, 29 Dec 2025 22:46:37 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"5804aba04910a2a5bb8d57587b283e42"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=tnPnw0H4kTBYnKbVNpUAAM8vyZ%2FNXQhTDDQih%2BcoS%2FML%2Bj7nHDUqzeA6%2BstijuzyP3D%2FoBRuSeSybQT%2B2Nfd7A0AIVKVMHvZSGTVoLnzg05DpPH9E1aCsLRMaV24jl%2BsCCrZBdDfCifU9iK%2BH1xvI68td8fNNaYd%2FTEPExTdCEuvRTceF2HeF%2BSzcVXWhxU9K0fBV%2B%2FsEk8hoxi3zXUKc0gbOyyZjcfGcKOv4zGbK3D0S4GJwyl16nzXLbIKKObw19L1kJe2K9o7LyGg%2FHlqzA%3D%3D--e7f6Z04pHoe9YUw7--Phun30NodoSewSSxKnzk3w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1585529711.1767048396; Path=/; Domain=github.com; Expires=Tue, 29 Dec 2026 22:46:36 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 29 Dec 2026 22:46:36 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DBEC:446F3:683C7D6:7CCBEB5:695304CC
Releases · mapbox/pixelmatch · GitHub
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 324
Releases: mapbox/pixelmatch
Releases · mapbox/pixelmatch
v7.1.0
v7.0.0
- Potentially breaking: improve handling of semitransparent pixels. Previously, they were blended with white, so a transparent pixel vs white pixel would show zero difference; now pixels are blended with an irregular pattern, making it easier to catch regressions. (h/t @NathanMOlson #142)
- Improve match performance by ~6%. #147
- Significantly improve diff generation performance. (h/t @kawanet #105)
- Fix options handling to use the default value when
undefinedis passed explicitly. (h/t @denis-sokolov #146) - Fix ESLint failing on Windows when working on the library locally. (h/t @haraldreingruber-dedalus #123)
Assets 2
3 people reacted
v6.0.0
pixelmatch as a ES module. Use the older v5.3.0 if you need to support CommonJS environments.
Assets 2
2 people reacted
v5.3.0
Upgrade pngjs dependency (used in the pixelmatch CLI) from v4 to v6.
Assets 2
v5.2.0
Assets 2
v5.1.0
v5.0.2
v5.0.1
- 🐞 Fix
alphaoption being ignored in case of identical images. - Slightly more robust input validation.
Assets 2
v5.0.0
⚠️ Breaking: update to ES6 syntax, dropping Node <6.4 and IE11 support.- 🎨 Added configurable diff output (options
alpha,aaColor,diffColor) (@dreignier @VP-) - ⚡️ Improve matching performance by ~35%.
- ⚡️ Bypass detailed comparison when image data is identical, significantly improving performance when running tests on CI #60 (thanks to @bontscho).
- Fix anti-aliasing detection on image edges #51 (@IvanSanchez).
- Produce a meaningful error when image data is in the wrong format #53 (thanks to @LearningNerd)
- CLI: return non-zero exit code when images differ #54 (@maio).
- CLI: make diff output optional.
- Make the published NPM module smaller.
Assets 2
v4.0.2
Fixed the command-line to properly handle the case when threshold is not provided.
Assets 2
Previous Next
You can’t perform that action at this time.