Skip to content

Commit

Permalink
1.0 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lopcode committed Oct 2, 2024
1 parent 7cf15f1 commit 392e9d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and [faster](https://github.com/lopcode/vips-ffm/issues/59#issuecomment-23676349

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).
(Ubuntu 24.04). Should work on any architecture you can use libvips and Java on (arm64/amd64/etc).

Used the library, or just like what you've read so far? Please give [the repo](https://github.com/lopcode/vips-ffm) a star 🌟️!
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 🌟️!

## Usage

Expand All @@ -21,7 +23,7 @@ repositories {
}

dependencies {
implementation("app.photofox.vips-ffm:vips-ffm-core:0.6.0")
implementation("app.photofox.vips-ffm:vips-ffm-core:1.0.0")
}
```
When running your project you must add `--enable-native-access=ALL-UNNAMED` to your JVM runtime arguments. If you
Expand Down
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,17 @@ <h1 class="title">core API</h1>
and <a href="https://github.com/lopcode/vips-ffm/issues/59#issuecomment-2367634956">faster</a> than AWT or JNI-based alternatives.</p>
<p>Supports a vast range of image formats, including HEIC, JXL, WebP, PNG, JPEG, and more. Pronounced &quot;vips (like zips)
eff-eff-emm&quot;. The project is relatively new, but aims to be production ready. Tested on macOS 14, Windows 11, and Linux
(Ubuntu 24.04).</p>
<p>Used the library, or just like what you've read so far? Please give <a href="https://github.com/lopcode/vips-ffm">the repo</a> a star 🌟️!</p>
(Ubuntu 24.04). Should work on any architecture you can use libvips and Java on (arm64/amd64/etc).</p>
<p>Used the library? I'd love to hear from more users - let me know in <a href="https://github.com/lopcode/vips-ffm/discussions">Discussions</a>.</p>
<p>Please also give <a href="https://github.com/lopcode/vips-ffm">the repo</a> a star 🌟️!</p>
<h2 id="usage-heading">Usage</h2>
<p><code>vips-ffm</code> is available on Maven Central. To get set up with Gradle:</p>
<pre><code class="language-kotlin">repositories {
mavenCentral()
}

dependencies {
implementation(&quot;app.photofox.vips-ffm:vips-ffm-core:0.6.0&quot;)
implementation(&quot;app.photofox.vips-ffm:vips-ffm-core:1.0.0&quot;)
}
</code></pre>
<p>When running your project you must add <code>--enable-native-access=ALL-UNNAMED</code> to your JVM runtime arguments. If you
Expand Down

0 comments on commit 392e9d7

Please sign in to comment.