From 7d2081fe2bb11a10be25dd9cebf4bdfc8c256ae6 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:54:12 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 370b3b3e..fc9ddb9c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ krilla supports most features you would expect from a 2D graphics library, inclu - Excellent OpenType font support, supporting all major font types, including color fonts. - Linear, radial and sweep gradients, as well as patterns. - Embedding bitmap and SVG images. +- Optional support for multi-threading via `rayon`, allowing for great speedups when creating +compressed PDFs or PDF with lots of images. In addition to that, the library also supports the following PDF features: - Great subsetting for both, CFF-flavored and TTF-flavored fonts, ensuring small file sizes.