Search by

n5s / local-bin-libavif

n5s

avifenc / avifdec pre-compiled binaries for seamless local usage on any platform.

Package info

github.com/nlemoine/local-bin-libavif

Issues

pkg:composer/n5s/local-bin-libavif

Statistics

Installs: 23

Dependents: 1

Suggesters: 0

Stars: 0

1.1.3 2024-06-25 20:41 UTC

This package is auto-updated.

Last update: 2026-08-28 17:02:37 UTC


README

This package provides pre-compiled avifenc / avifdec binaries for seamless local usage on any platform.

Installation

composer require n5s/local-bin-libavif

Usage

To get the avifenc / avifdec binary path for the current platform:

use n5s\LocalBin\Avifenc;

$avifenc = Avifenc::getPath();
$avifdec = Avifdec::getPath();