Skip to content

Commit

Permalink
add png and tiff to encoding in web ui #6315
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <simonsmith5521@gmail.com>
  • Loading branch information
si458 committed Aug 13, 2024
1 parent 899ff0c commit 3efa680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/default-mobile.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,8 @@
<td style="width:100px">
<select id="d7encoding" style="float:right;width:200px" dir="rtl">
<option value=1>JPEG</option>
<option value=2>PNG</option>
<option value=3>TIFF</option>
<option selected=selected value=4>WEBP</option>
</select>
</td>
Expand Down
2 changes: 2 additions & 0 deletions views/default.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,8 @@
<div>Encoding</div>
<select id="d7encoding" dir="rtl">
<option value=1>JPEG</option>
<option value=2>PNG</option>
<option value=3>TIFF</option>
<option selected=selected value=4>WEBP</option>
</select>
</div>
Expand Down

0 comments on commit 3efa680

Please sign in to comment.