Skip to content

Commit eb43d8e

Browse files
committed
Add zimg to overview
1 parent efaae60 commit eb43d8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/website/docs/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ ffmpeg.wasm is built with toolchains / libraries:
104104
{name: "fribidi", version: "v1.0.9", note: "FriBidi is a library for handling bidirectional text (text containing both left-to-right and right-to-left scripts) and is often used in text layout and rendering."},
105105
{name: "harfbuzz", version: "5.2.0", note: "HarfBuzz is a text shaping engine that allows complex script text to be rendered correctly. It's used in conjunction with font rendering libraries."},
106106
{name: "libass", version: "0.15.0", note: "libass is a library for rendering and formatting subtitles in multimedia applications, making it essential for displaying subtitles alongside video content."},
107+
{name: "zimg", version: "3.0.5", note: "zimg implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion."}
107108
].map((row) => (
108109
<TableRow
109110
key={row.name}

0 commit comments

Comments
 (0)