KoheiKanagu / ncnn_yolox_flutter

This is a plugin to run YOLOX on ncnn.
BSD 3-Clause "New" or "Revised" License
51 stars 10 forks source link

Bump image from 3.2.2 to 4.0.16 in /example #140

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps image from 3.2.2 to 4.0.16.

Changelog

Sourced from image's changelog.

4.0.16 - April 27, 2023

  • Fix GIF decoder not decoding some animation files transparency and frame duration.
  • Fix default rowStride for Image.fromBytes.

4.0.15 - February 11, 2023

  • Fix JPEG encoder for non uint8 format images.

4.0.14 - February 11, 2023

  • Use Image.backgroundColor for copyRotate, copyCropCircle, and other functions that reveal background pixels.

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.

... (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[bot] commented 1 year ago

Superseded by #143.