vips-ffm
vips-ffm copied to clipboard
Fast, safe, complete libvips bindings for image processing in Java / JVM projects
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. Release notes Sourced from jvm's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend. Native. Debug KT-71374 lldb: step out...
Releases include most of the information, but are hard to jump through. It would be good to have a `CHANGELOG.md` file. Include some validation during a release that the changelog...
vips-ffm provides VImage::writeToTarget which, as far as I understood from libvips documentation itself, should allow to save an image without knowing what the target format will be, and have the...
* GitHub Action to check for releases over at https://github.com/libvips/libvips? * Would need to build for a particular platform (probably Linux), and then run the generation scripts * Produce an...
Some of the libvips docs use unsupported table HTML, so they end up getting HTML escaped and look pretty ugly in the vips-ffm Javadoc. For example: https://vipsffm.photofox.app/app.photofox.vipsffm/app/photofox/vipsffm/VImage.html#buildlut(app.photofox.vipsffm.VipsOption...) (as of libvips...
Closes #111 See also: https://github.com/palantir/javapoet/issues/234 - Javapoet doesn't currently directly support Markdown comments, so we can use some regex workarounds to transform `/**` style in to `///` style
Bumps org.gradle.toolchains.foojay-resolver-convention from 0.10.0 to 1.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps the jackson group with 2 updates: [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) and [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin). Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.3 to 2.19.0 Commits 69e00bf [maven-release-plugin] prepare release jackson-dataformat-xml-2.19.0 42ae7f0 Prep for 2.19.0 b165807 test refactoring fe1878b...
Hello! First of all, allow me to offer my sincere compliments on your excellent library! I've been looking for modern Java bindings for libvips for a while now, and your...
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.20 to 2.1.21. Release notes Sourced from jvm's releases. Kotlin 2.1.21 Changelog Backend. Native. Debug KT-75991 Xcode 16.3: Fix lldb stepping test over an inline function Compiler...