Add GIF image format

This commit is contained in:
2024-09-29 01:24:56 +02:00
parent 59e4dce4e3
commit 43719eba8b
2 changed files with 5 additions and 0 deletions

View File

@ -190,6 +190,7 @@
<select id="contenttype" onchange="newcontenttype(this.value)">
<option value="png" selected>PNG</option>
<option value="jpeg">JPEG</option>
<option value="gif">GIF</option>
<option value="svg">SVG</option>
</select>
</div>