Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update gif requirement from 0.12.0 to 0.13.1#587

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/cargo/gif-0.13.1

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 21, 2024
edited
Loading

Updates the requirements ongif to permit the latest version.

Changelog

Sourced fromgif's changelog.

v0.13.1

Bugfixes:

  • Fixed writing palettes with non-power-of-two sizes

v0.13.0

Features:

  • AddedIterator interface for theDecoder
  • Added reading number of loop repetitionsDecoder::repeat.
  • Addedskip_frame_decoding option to readFrame.buffer as LZW data.It works together withwrite_lzw_pre_encoded_frame for quick rewriting of GIF files.
  • Added support pre-allocatedVecs infrom_palette_pixels
  • Added ability to recover theio::Reader after decoding.
  • Added support for decompressingFrame.buffer with LZW data,which enables fully parallel GIF re-encoding (see examples/parallel.rs),

Optimization:

  • Less buffering, copying, and lower peak memory usage.

Other changes:

  • Removedunsafe {} code.
  • Enforced memory limit also on metadata extension blocks, and added out-of-memory checks where possible.
  • EncodingFormatError enum is public.
  • Removed defunctskip_extensions
  • Added validation of frame dimensions. The buffer must be large enough for all pixels,and if the width or height is 0, the buffer must be empty.

v0.12.0

Features:

  • Add compression of pre-compressed frame data, viaEncoder::write_lzw_pre_encoded_frame.
  • Thecolor_quant dependency is now optional. Turning it off disables someinterfaces that would internally build quantization tables. The genericimplementation of creating such tables can be prohibitively costly comparedto specialized algorithms in some use cases.

Optimization:

  • Avoid some allocations in by replacingflat_map argument with arrays

v0.11.4

Bufixes:

  • Fix decoding confusing superfluous image data from previous frames withcurrent frame data.
  • Bump minimum required version ofweezl.

Features:

  • AddEncoder::{get_ref, get_mut, into_inner} to access underlying stream.

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

---updated-dependencies:- dependency-name: gif  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelMay 21, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp