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
Is your feature request related to a problem? Please describe.
Describe the solution you'd like use a converter to auto convert in to supported format
Describe alternatives you've considered
Additional context also convert to other formats would be good too. (png, tiff, jpg, gif, etc)
The text was updated successfully, but these errors were encountered:
As per https://gamevau.lt/docs/server-docs/images/#supported-image-types
.bmp, .jpg, .jpeg, .png, .gif, .ico, .tif, .tiff are already supported.
So according to https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#common_image_file_types
We cover almost any of the common image formats except: .avif, .apng, .webp, .svg
Nice Idea, Ill see if i can convert these into a suitable format.
Sorry, something went wrong.
The image preview may cause problems for these formats. We need to check if there are any issues.
We probably need to convert the image on the client-side before uploading for the preview instead.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
use a converter to auto convert in to supported format
Describe alternatives you've considered
Additional context
also convert to other formats would be good too. (png, tiff, jpg, gif, etc)
The text was updated successfully, but these errors were encountered: