Skip to content

Commit

Permalink
add support for .avif
Browse files Browse the repository at this point in the history
  • Loading branch information
zanllp committed Jun 14, 2024
1 parent 81e2802 commit 2895baf
Show file tree
Hide file tree
Showing 23 changed files with 48 additions and 50 deletions.
2 changes: 1 addition & 1 deletion javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Promise.resolve().then(async () => {
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Infinite Image Browsing</title>
<script type="module" crossorigin src="/infinite_image_browsing/fe-static/assets/index-b5c95646.js"></script>
<script type="module" crossorigin src="/infinite_image_browsing/fe-static/assets/index-333f4d92.js"></script>
<link rel="stylesheet" href="/infinite_image_browsing/fe-static/assets/index-daea5cd8.css">
</head>
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ uvicorn
piexif
python-dotenv
Pillow
pillow-avif-plugin
imageio
av
lxml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2895baf

Please sign in to comment.