You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the riff signature checks for 2 magics: RIFF and WEBP
This means that it will only work for webp files
It would be nice if other ones could be added such as WAVE
Another maybe better option would be to remove the WEBP magic and just look for RIFF
The text was updated successfully, but these errors were encountered:
Currently the riff signature checks for 2 magics:
RIFF
andWEBP
This means that it will only work for webp files
It would be nice if other ones could be added such as
WAVE
Another maybe better option would be to remove the
WEBP
magic and just look forRIFF
The text was updated successfully, but these errors were encountered: