bytedance / flutter_ume

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

Bump image from 3.3.0 to 4.0.10 in /kits/flutter_ume_kit_ui #94

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps image from 3.3.0 to 4.0.10.

Changelog

Sourced from image's changelog.

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.

4.0.3 - December 30, 2022

  • Fix for encoding GIF transparency.

4.0.2 - December 30, 2022

  • No changes, dart formatted code and fix documentation link.

4.0.1 - December 30, 2022

  • Use strict analyzer settings, clean up warnings.

... (truncated)

Commits
  • ba2a390 Update to 4.0.10
  • 20603b3 Fix typo
  • 7953748 Update to 4.0.9
  • 8d2ee6c improve convertColor to 1-channel; fix bmp encoder for 1bpp images
  • f06fdb4 Convert palette image to non-palette for transform functions that use non-nea...
  • 66b61ae update docs
  • 1a2850d Add linearBlend option for compositeImage and drawPixel commands, to apply al...
  • d3dbb9a add antialias named arg to crop functions, improve antialiasing quality
  • 23db6cc Update to 4.0.8
  • d3cbbe4 Fix analyzer
  • 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 #95.