gamevault-backend
                                
                                 gamevault-backend copied to clipboard
                                
                                    gamevault-backend copied to clipboard
                            
                            
                            
                        Autoconvert other popular image formats to supported ones
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)
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.
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.