Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps image from 0.59.0 to 0.59.2.

Release notes

Sourced from image's releases.

Image version 0.59.2

Bug Fixes

  • Fixes Image.rounded/1 and Image.squircle/1 when the image has an alpha band. Thanks to @​Neophen for the report. Closes #182.

Image version 0.59.1

Deprecation

  • The option :fontfile to Image.Text.text/2 is deprecated in favour of :font_file to be compatible with other functions that use the same option name.

Bug Fixes

  • Remove pattern matching on Stream.t in Image.open/2. Thanks to @​dcrck for the PR. Closes #187.

  • Fix Image.Text.text/2 when :height is specified but not :width. In this case an error is returned since :height can only be specified if :width is also specified. Thanks to @​Neophen for the report. Closes #185.

  • Fix Image.Text.text/2 when the option :font_weight is specified. The options :font_weight and :letter_spacing are implemented by wrapping the text in a Pango markup span tag. If the string parameter starts with <span then these two options are ignored since this implies the user is taking full control of the markup. Closes #183.

  • Add option documentation for :font_file to Image.Text.text/2 and note the requirement to also specify :font if :font_file is specified.

  • Clarify that Image.Text.text/2 option :font_file is not supported on MacOS. On that platform, only FontBook fonts are supported. It is known to work on Linux. The status on Windows is currently unknown by the author - feedback would be welcome.

Changelog

Sourced from image's changelog.

Image 0.59.2

This is the changelog for Image version 0.59.1 released on April 21st, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes Image.rounded/1 and Image.squircle/1 when the image has an alpha band. Thanks to @​Neophen for the report. Closes #182.

Image 0.59.1

This is the changelog for Image version 0.59.1 released on April 21st, 2025. For older changelogs please consult the release tag on GitHub

Deprecation

  • The option :fontfile to Image.Text.text/2 is deprecated in favour of :font_file to be compatible with other functions that use the same option name.

Bug Fixes

  • Remove pattern matching on Stream.t in Image.open/2. Thanks to @​dcrck for the PR. Closes #187.

  • Fix Image.Text.text/2 when :height is specified but not :width. In this case an error is returned since :height can only be specified if :width is also specified. Thanks to @​Neophen for the report. Closes #185.

  • Fix Image.Text.text/2 when the option :font_weight is specified. The options :font_weight and :letter_spacing are implemented by wrapping the text in a Pango markup span tag. If the string parameter starts with <span then these two options are ignored since this implies the user is taking full control of the markup. Closes #183.

  • Add option documentation for :font_file to Image.Text.text/2 and note the requirement to also specify :font if :font_file is specified.

  • Clarify that Image.Text.text/2 option :font_file is not supported on MacOS. On that platform, only FontBook fonts are supported. It is known to work on Linux. The status on Windows is currently unknown by the author - feedback would be welcome.

Commits
  • 3bf2905 Fix source_url to the correct organization
  • 82f813a Fix Image.rounded/1 and Image.squircle/1 when the image has an alpha band. Cl...
  • 62fd37e Remove x.png
  • ed6a5cc Add font weight tests
  • 1a203ef Fix Image.Text.text/2 options handling
  • 66f9123 Ensure :width is specified if :height is specified in Image.Text.text/2
  • 89fe0d5 Merge pull request #188 from dcrck/more-exif-tags
  • cf7cf24 add more EXIF tags, put other EXIF clauses in order
  • ca2c685 Remove mise.toml
  • d5a5bfa Fix Image.Text.text/2 when :height is specified but not :width. Closes #185
  • 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 [image](https://github.com/kipcole9/image) from 0.59.0 to 0.59.2.
- [Release notes](https://github.com/kipcole9/image/releases)
- [Changelog](https://github.com/elixir-image/image/blob/main/CHANGELOG.md)
- [Commits](elixir-image/image@v0.59.0...v0.59.2)

---
updated-dependencies:
- dependency-name: image
  dependency-version: 0.59.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Apr 21, 2025
Copy link

codecov bot commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Superseded by #12.

@dependabot dependabot bot closed this Apr 28, 2025
@dependabot dependabot bot deleted the dependabot/hex/image-0.59.2 branch April 28, 2025 21:26
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 elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants