GoogleChromeLabs/squoosh

Reduce palette - alpha only

Open

#819 opened on Sep 5, 2020

 (9 comments) (0 reactions) (0 assignees)TypeScript (2,127 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (25,701 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

WebP and JPEG-XL encode alpha data 'losslessly'. I'm not 100% sure with JPEG-XL, but WebP's compression benefits from palette reduction.

It'd be good to add a toggle to palette reduction that makes it only act on the alpha channel of the image.

Contributor guide