mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-17 17:45:55 -07:00
5743912da6
vtracer only decodes input, but image's default features pulled a full AV1 encoder (ravif/rav1e) and OpenEXR into the CLI binary and the Python wheel. Restrict to decode-only input formats (png, jpeg, gif, bmp, webp, tiff, ico, pnm, tga, qoi). The release binary drops from ~3.23 MB to ~2.46 MB and builds faster; supported inputs are unchanged in practice (avif decode was never in image's defaults anyway).