Skip to content

Commit 50b15cc

Browse files
authored
1.0 release 🎉 (#101)
1 parent 7cf15f1 commit 50b15cc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and [faster](https://github.com/lopcode/vips-ffm/issues/59#issuecomment-23676349
77

88
Supports a vast range of image formats, including HEIC, JXL, WebP, PNG, JPEG, and more. Pronounced "vips (like zips)
99
eff-eff-emm". The project is relatively new, but aims to be production ready. Tested on macOS 14, Windows 11, and Linux
10-
(Ubuntu 24.04).
10+
(Ubuntu 24.04). Should work on any architecture you can use libvips and Java on (arm64/amd64/etc).
1111

12-
Used the library, or just like what you've read so far? Please give [the repo](https://github.com/lopcode/vips-ffm) a star 🌟️!
12+
Used the library? I'd love to hear from more users - let me know in [Discussions](https://github.com/lopcode/vips-ffm/discussions).
13+
14+
Please also give [the repo](https://github.com/lopcode/vips-ffm) a star 🌟️!
1315

1416
## Usage
1517

@@ -21,7 +23,7 @@ repositories {
2123
}
2224

2325
dependencies {
24-
implementation("app.photofox.vips-ffm:vips-ffm-core:0.6.0")
26+
implementation("app.photofox.vips-ffm:vips-ffm-core:1.0.0")
2527
}
2628
```
2729
When running your project you must add `--enable-native-access=ALL-UNNAMED` to your JVM runtime arguments. If you

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,17 @@ <h1 class="title">core API</h1>
6060
and <a href="https://github.com/lopcode/vips-ffm/issues/59#issuecomment-2367634956">faster</a> than AWT or JNI-based alternatives.</p>
6161
<p>Supports a vast range of image formats, including HEIC, JXL, WebP, PNG, JPEG, and more. Pronounced &quot;vips (like zips)
6262
eff-eff-emm&quot;. The project is relatively new, but aims to be production ready. Tested on macOS 14, Windows 11, and Linux
63-
(Ubuntu 24.04).</p>
64-
<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>
63+
(Ubuntu 24.04). Should work on any architecture you can use libvips and Java on (arm64/amd64/etc).</p>
64+
<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>
65+
<p>Please also give <a href="https://github.com/lopcode/vips-ffm">the repo</a> a star 🌟️!</p>
6566
<h2 id="usage-heading">Usage</h2>
6667
<p><code>vips-ffm</code> is available on Maven Central. To get set up with Gradle:</p>
6768
<pre><code class="language-kotlin">repositories {
6869
mavenCentral()
6970
}
7071

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

0 commit comments

Comments
 (0)