bytedance / flutter_ume

UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
MIT License
2.07k stars 224 forks source link

Bump image from 3.3.0 to 4.0.12 in /kits/flutter_ume_kit_ui #96

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps image from 3.3.0 to 4.0.12.

Changelog

Sourced from image's changelog.

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

  • Fix for animated PNG with palette images, which needed a global palette for all frames.
  • Fix TIFF encoder for palette images.
  • Cleaned up EXIF classes.

... (truncated)

Commits
  • a9fa1d8 update to 4.0.12
  • 6b589f1 BMP: convert palette rgba images to 32-bit since bmp does not support palette...
  • 647a755 bounds check palette access
  • 8b9734f Fix decoding EXIF with little-endian data
  • 1df5a28 Fix EXIF parsing for strings
  • c6938ca Fix EXIF ascii data getting truncated by 1 character when read
  • 548695d Update pubspec / CHANGELOG
  • 9b5dda2 fix jpeg test
  • 1b7a595 decodeJpgExif and injectJpgExif utility functions to process JPG exif data wi...
  • 9d60db9 Enable stricter analysis options; clean up use of dynamic objects.
  • 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 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[bot] commented 1 year ago

Superseded by #98.