-
Notifications
You must be signed in to change notification settings - Fork 82
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Merge #401 first for extra green check marks ✅ |
@stemann Would it be helpful if I give you commit access here? |
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).
bc5dd39
to
5974682
Compare
Will squash and merge, and release this later today if there are no objections. |
Also:
detectavi
, anddetectwav
) to also usedetect_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