We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this avif 1.avif.zip
image::guess_format is UnsupportedError
with file header[3] == 24
[src/lib.rs:46] &format = Avif [src/lib.rs:53] &bin[..12] = [ 0, 0, 0, 24, 102, 116, 121, 112, 97, 118, 105, 102, ] [src/lib.rs:54] b"\0\0\0\x1cftypavif" = [ 0, 0, 0, 28, 102, 116, 121, 112, 97, 118, 105, 102, ]
avif decoder error
[src/lib.rs:55] image::guess_format(bin) = Err( Unsupported( UnsupportedError { format: Unknown, kind: Format( Unknown, ), }, ), ) ✘ [fail]: img → jpg Rejected promise returned by test ─
img → jpg
Rejected promise returned by test. Reason:
Error { code: 'GenericFailure', message: 'The image format could not be determined', }
The text was updated successfully, but these errors were encountered:
@fintelia After #2373 changes everything works, should I set close flag to this in PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
this avif 1.avif.zip
image::guess_format is UnsupportedError
with file header[3] == 24
[src/lib.rs:46] &format = Avif
[src/lib.rs:53] &bin[..12] = [
0,
0,
0,
24,
102,
116,
121,
112,
97,
118,
105,
102,
]
[src/lib.rs:54] b"\0\0\0\x1cftypavif" = [
0,
0,
0,
28,
102,
116,
121,
112,
97,
118,
105,
102,
]
avif decoder error
[src/lib.rs:55] image::guess_format(bin) = Err(
Unsupported(
UnsupportedError {
format: Unknown,
kind: Format(
Unknown,
),
},
),
)
✘ [fail]: img → jpg Rejected promise returned by test
─
img → jpg
Rejected promise returned by test. Reason:
Error {
code: 'GenericFailure',
message: 'The image format could not be determined',
}
The text was updated successfully, but these errors were encountered: