From a6ec0443fe6df1131502e2ad40e16cc5a303eed4 Mon Sep 17 00:00:00 2001 From: sage <149851+lopcode@users.noreply.github.com> Date: Sun, 18 Jan 2026 16:31:41 +0100 Subject: [PATCH] =?UTF-8?q?Tweak=20README=20intro=20=F0=9F=87=AA?= =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=B8=F0=9F=87=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6eb4bec..68e5910 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Fast, safe, complete [libvips](https://github.com/libvips/libvips) bindings for Supports a vast range of image formats, including HEIC, JXL, WebP, PNG, JPEG, and more. Pronounced "vips (like zips) eff-eff-emm". The project is relatively new, but aims to be production ready. Tested on macOS 14, Windows 11, and Linux (Ubuntu 24.04, Debian 12.1, with and without jemalloc). Should work on any architecture you can use libvips and -Java on (arm64/amd64/etc). - -Uses the "Foreign Function & Memory API" ([JEP 454](https://openjdk.org/jeps/454)), and the "Class-File API" ([JEP 457](https://openjdk.org/jeps/457)) released in JDK 22. -Built in such a way that it's usually the fastest image processing library available for Java. +Java on (arm64/amd64/etc). Built in such a way that it's usually the fastest image processing library available for Java, +by using the "Foreign Function & Memory API" ([JEP 454](https://openjdk.org/jeps/454)) and code generation. Used the library? I'd love to hear from more users - let me know in [Discussions](https://github.com/lopcode/vips-ffm/discussions). Please also give [the repo](https://github.com/lopcode/vips-ffm) a star 🌟️! +Made in the EU πŸ‡ͺπŸ‡ΊπŸ‡ΈπŸ‡ͺ + ## Usage `vips-ffm` is available on Maven Central. To get set up with Gradle: