Skip to content
New issue

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

Autoconvert other popular image formats to supported ones #241

Open
binarygeek119 opened this issue Jan 6, 2024 · 3 comments
Open

Autoconvert other popular image formats to supported ones #241

binarygeek119 opened this issue Jan 6, 2024 · 3 comments
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server

Comments

@binarygeek119
Copy link

Is your feature request related to a problem? Please describe.

image

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)

@binarygeek119 binarygeek119 added 🎛️ server There are things to do on the server 🔧 feature New feature or request labels Jan 6, 2024
@github-project-automation github-project-automation bot moved this to 📃 New Issues in GameVault: Public Roadmap Jan 6, 2024
@Alfagun74
Copy link
Contributor

Alfagun74 commented Jan 6, 2024

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.

@Alfagun74 Alfagun74 changed the title webp to jpg Autoconvert other popular image formats to supported ones Jan 7, 2024
@Alfagun74
Copy link
Contributor

The image preview may cause problems for these formats. We need to check if there are any issues.

@Alfagun74 Alfagun74 moved this from 📃 New Issues to 🔧 Planned in GameVault: Public Roadmap Mar 8, 2024
@Alfagun74
Copy link
Contributor

We probably need to convert the image on the client-side before uploading for the preview instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server
Projects
Status: 🔧 Planned
Development

No branches or pull requests

2 participants