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

Added support for WebP #400

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Added support for WebP #400

merged 3 commits into from
Nov 13, 2024

Conversation

stemann
Copy link
Member

@stemann stemann commented Nov 2, 2024

Also:

  • Moved QOI to Image formats section.
  • Changed AVI and WAV detectors (detectavi, and detectwav) to also use detect_riff. - detect_riff is a bit more elaborate, as it also validates the RIFF payload size (little-endian UInt32 length of the file excluding fourcc, payload_length, and optional padding).

AVI and WAV tests still pass.

Resolves #379.

Follow-up for ImageIO.jl#67

Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.66%. Comparing base (bf42b4f) to head (395d7d9).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #400      +/-   ##
==========================================
- Coverage   91.71%   91.66%   -0.05%     
==========================================
  Files          10       10              
  Lines         712      708       -4     
==========================================
- Hits          653      649       -4     
  Misses         59       59              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stemann
Copy link
Member Author

stemann commented Nov 2, 2024

Merge #401 first for extra green check marks ✅

src/registry.jl Outdated Show resolved Hide resolved
@ViralBShah
Copy link
Contributor

@stemann Would it be helpful if I give you commit access here?

@stemann
Copy link
Member Author

stemann commented Nov 7, 2024

Yes - that would be fine with me :-)

@ViralBShah
Copy link
Contributor

Yes - that would be fine with me :-)

Invited. Thank you!

Also:

* Moved QOI to Image formats section.
* Changed AVI and WAV detectors (`detectavi`, and `detectwav`) to also use `detect_riff` - `detect_riff` is a bit more elaborate, as it also validates the RIFF payload size (little-endian UInt32 length of the file excluding fourcc, payload_length, and optional padding).
@stemann
Copy link
Member Author

stemann commented Nov 12, 2024

Will squash and merge, and release this later today if there are no objections.

@stemann stemann merged commit 50ea61f into JuliaIO:master Nov 13, 2024
17 checks passed
@stemann stemann deleted the feature/webp branch November 13, 2024 07:10
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.

[FR] support for .webp format
2 participants