Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading