[1019] Allow uploading of non PNG Images
Eric Fandenfart
The .png icon upload upload filter could be extended to .bmp, .jpg and so on. It already handles these files types if you rename them to .png before. During the conversion they seem to be converted to the png file format.
Log In
100の人
Related:
WebP Support (Screenshots, Udon)
Tayou
current code for file upload dialog:
<input type="file" accept="image/png">
modified code for file upload dialog:
<input type="file" accept="image/*">
Tayou
as dmx512 noted you are totally able to upload other image file types just fine.
dmx512
no need to rename the file. just disable the type filter in the explorer window. seems to accept meany different file types including some less common ones. something i found interesting is that if i don't let vrchat.com use html5 canvas not only will the image preview look corrupted but the in game icon will also look corrupted.