Skip to content

Commit

Permalink
Tweak description in README for consistency (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopcode authored Sep 15, 2024
1 parent c0f2ff9 commit c67d2a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c67d2a6

Please sign in to comment.