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
In my applications, it makes sense to verify if the file extension is acceptable by Vix before calling Image.new_from_file, so that I would not have to download a file I already know won't be processable.
I was unable to find this information on the documentation, neither on the code.
The text was updated successfully, but these errors were encountered:
VictorGaiva
changed the title
Documentation: Exaustive list of all acceptable image file formtas
Documentation: Exaustive list of all acceptable image file formats
Jun 29, 2023
In my applications, it makes sense to verify if the file extension is acceptable by Vix before calling
Image.new_from_file
, so that I would not have to download a file I already know won't be processable.I was unable to find this information on the documentation, neither on the code.
The text was updated successfully, but these errors were encountered: