nikonthethird / avif-fixer

Fixes AVIF metadata of files created by old cavif-rs versions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVIF fixer

Very simple tool that reads an AVIF file with metadata issues from stdin, and writes the corrected version to stdout. Performs no re-encoding of image data.

Example

avif-fixer < problem.avif > fixed.avif

About

Fixes AVIF metadata of files created by old cavif-rs versions.

License:MIT License


Languages

Language:Rust 100.0%