diff --git a/README.md b/README.md index 9abf81c..7fc0219 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,13 @@ [libvips](https://github.com/libvips/libvips) bindings for JVM projects, using 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. The combination -of libvips, FFM, and auto-generated helpers makes for fast and safe image manipulation in JVM systems. +of libvips, FFM, and auto-generated helpers means these bindings are complete (supporting all libvips operations), safe, +and fast. + Supports a vast range of image formats, including HEIC, JXL, WebP, PNG, JPEG, and more. Pronounced "vips (like zips) eff-eff-emm". -Bindings are automatically generated using `jextract`, then used to introspect the `libvips` operations API and generate -lightweight "helpers" to allow for safe, idiomatic usage. - -Like what you've read so far? Please give the repo a star 🌟️! +Used the library, or just like what you've read so far? Please give the repo a star 🌟️! ## Usage diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 89126a2..cd9989f 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -92,7 +92,7 @@ publishing { pom { name = "vips-ffm-core" - description = "libvips bindings for JVM projects, using JDK 22's FFM and Class-File APIs, for performant, safe, and ergonomic image manipulation" + description = "libvips for JVM projects, using JDK 22's FFM and Class-File APIs to generate complete, safe, and fast bindings for image manipulation" url = "https://github.com/lopcode/vips-ffm" licenses { license {