Skip to content

Commit 464468f

Browse files
authored
Tweak README intro 🇪🇺🇸🇪 (#202)
1 parent d927ddc commit 464468f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Fast, safe, complete [libvips](https://github.com/libvips/libvips) bindings for
55
Supports a vast range of image formats, including HEIC, JXL, WebP, PNG, JPEG, and more. Pronounced "vips (like zips)
66
eff-eff-emm". The project is relatively new, but aims to be production ready. Tested on macOS 14, Windows 11, and Linux
77
(Ubuntu 24.04, Debian 12.1, with and without jemalloc). Should work on any architecture you can use libvips and
8-
Java on (arm64/amd64/etc).
9-
10-
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.
11-
Built in such a way that it's usually the fastest image processing library available for Java.
8+
Java on (arm64/amd64/etc). Built in such a way that it's usually the fastest image processing library available for Java,
9+
by using the "Foreign Function & Memory API" ([JEP 454](https://openjdk.org/jeps/454)) and code generation.
1210

1311
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)
1412
a star 🌟️!
1513

14+
Made in the EU 🇪🇺🇸🇪
15+
1616
## Usage
1717

1818
`vips-ffm` is available on Maven Central. To get set up with Gradle:

0 commit comments

Comments
 (0)