Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump app.photofox.vips-ffm:vips-ffm-core from 1.2.1 to 1.4.0 in /api #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps app.photofox.vips-ffm:vips-ffm-core from 1.2.1 to 1.4.0.

Release notes

Sourced from app.photofox.vips-ffm:vips-ffm-core's releases.

v1.4.0

Breaking change 💥

lopcode/vips-ffm#129 includes a fix for a strange API interaction that required you to create a new, blank VImage before being able to use certain operations that don't actually reference it. The functions that call these operations are now static, and require an arena to be passed.

For example, VImage.thumbnail is now a static method. This direct thumbnail mechanism is preferred, and offers quality improvements, as noted in the docs for vips_thumbnail_image. An example of usage is available in the samples.

All affected VImage functions are listed here: analyzeload, arrayjoin, bandjoin, bandrank, black, composite, csvload, csvloadSource, eye, fitsload, fitsloadSource, fractsurf, gaussmat, gaussnoise, gifload, gifloadBuffer, gifloadSource, grey, heifload, heifloadBuffer, heifloadSource, identity, jp2kload, jp2kloadBuffer, jp2kloadSource, jpegload, jpegloadBuffer, jpegloadSource, jxlload, jxlloadBuffer, jxlloadSource, logmat, magickload, magickloadBuffer, maskButterworth, maskButterworthBand, maskButterworthRing, maskFractal, maskGaussian, maskGaussianBand, maskGaussianRing, maskIdeal, maskIdealBand, maskIdealRing, matload, matrixload, matrixloadSource, openexrload, openslideload, openslideloadSource, pdfload, pdfloadBuffer, pdfloadSource, perlin, pngload, pngloadBuffer, pngloadSource, ppmload, ppmloadSource, radload, radloadBuffer, radloadSource, rawload, sdf, sines, sum, svgload, svgloadBuffer, svgloadSource, switch1, text, thumbnail, thumbnailBuffer, thumbnailSource, tiffload, tiffloadBuffer, tiffloadSource, tonelut, vipsload, vipsloadSource, webpload, webploadBuffer, webploadSource, worley, xyz, zone.

What's Changed

Full Changelog: lopcode/vips-ffm@v1.3.0...v1.4.0

v1.3.0

What's Changed

Full Changelog: lopcode/vips-ffm@v1.2.2...v1.3.0

v1.2.2

What's Changed

Full Changelog: lopcode/vips-ffm@v1.2.1...v1.2.2

Commits
  • 69dba6d Make VImage operations that don't reference this static (#129)
  • 3111fd3 Bump org.gradle.toolchains.foojay-resolver-convention (#126)
  • a30fea7 Bump jvm from 2.0.21 to 2.1.0 (#125)
  • 37dcbbe Bump the jackson group with 2 updates (#124)
  • b09459b Signpost libvips-dev on Debian / Ubuntu (#123)
  • bf6beec Add docker test suite, include debian 12 to start (#122)
  • 704082f Add a way to override library paths using system properties (#120)
  • b45a6e8 Use more intuitive thumbnail image operation in examples (#117)
  • b32f270 Bump the jackson group with 2 updates (#115)
  • 6b0ae2e Remove unnecessary GitHub funding file (#114)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [app.photofox.vips-ffm:vips-ffm-core](https://github.com/lopcode/vips-ffm) from 1.2.1 to 1.4.0.
- [Release notes](https://github.com/lopcode/vips-ffm/releases)
- [Commits](lopcode/vips-ffm@v1.2.1...v1.4.0)

---
updated-dependencies:
- dependency-name: app.photofox.vips-ffm:vips-ffm-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants