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 image from 3.3.0 to 4.0.13 in /uni #686

Merged
merged 2 commits into from
Feb 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps image from 3.3.0 to 4.0.13.

Changelog

Sourced from image's changelog.

4.0.13 - January 30, 2023

  • Fix transform functions for palette images.

4.0.12 - January 23, 2023

  • Fix EXIF parsing little endian data
  • Fix bounds errors with filter functions and palette images.
  • Fix BMP encoding palette rgba images by converting them to 32-bit rgba.

4.0.11 - January 22, 2023

  • Add decodeJpgExif and injectJpgExif functions to process JPG exif data without needing to decode the image.
  • Fix EXIF parse exception from empty strings.
  • Fix EXIF string data not writing out null character.

4.0.10 - January 1, 2023

  • Fix last-minute typo from previous release.

4.0.9 - January 1, 2023

  • Fix offset error with BMP encoder for images with < 8 bits per pixel
  • Improve quality of converting 3-channel image to 1-channel.

4.0.8 - January 08, 2023

  • Fix ChannelOrder.bgra.
  • Add Image.hasAlpha getter property that will be true if the Image has an alpha channel.

4.0.7 - January 05, 2023

  • Fix Image.getRangeIterator skipping last line.

4.0.6 - January 04, 2023

  • Image.remapChannels(ChannelOrder order) to remap the order of channels from rgb to bgr, etc.
  • Image.getBytes({ChannelOrder? order}) will return the image data, optionally reordering the channels.
  • Image.fromBytes can take an optional ChannelOrder? order named arg to specify the channel order of the input data.

4.0.5 - January 01, 2023

  • Improved antialiasing for drawLine
  • Add antialias arg for drawCircle, fillCircle.
  • Added radius argument to drawRect, fillRect, copyCrop, and copyResizeCropSquare to support rounded rectangles.
  • Add Image.getPixelClamped method.
  • Added TGA decoder 8-bit, 16-bit, 32-bit, and RLE compression modes.

4.0.4 - December 31, 2022

... (truncated)

Commits

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 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)

@dependabot dependabot bot force-pushed the dependabot/pub/uni/image-4.0.13 branch 2 times, most recently from 3e2e843 to e87f2ed Compare February 3, 2023 12:36
Bumps [image](https://github.com/brendan-duncan/image) from 3.3.0 to 4.0.13.
- [Release notes](https://github.com/brendan-duncan/image/releases)
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](https://github.com/brendan-duncan/image/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@bdmendes bdmendes force-pushed the dependabot/pub/uni/image-4.0.13 branch from e87f2ed to dda62b2 Compare February 3, 2023 22:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2023

A newer version of these dependencies exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Member

@thePeras thePeras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution 😃

@bdmendes bdmendes merged commit ce9c141 into develop Feb 15, 2023
@bdmendes bdmendes deleted the dependabot/pub/uni/image-4.0.13 branch February 15, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants