Skip to content

Commit 28a970c

Browse files
CyanVoxelBPplays
andcommitted
feat: add JXL image thumbnail support
Co-Authored-By: BPplays <58504799+bpplays@users.noreply.github.com>
1 parent d3c3e63 commit 28a970c

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

requirements.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1+
chardet==5.2.0
2+
ffmpeg-python==0.2.0
13
humanfriendly==10.0
4+
mutagen==1.47.0
5+
numpy==1.26.4
6+
numpy==1.26.4
27
opencv_python>=4.8.0.74,<=4.9.0.80
8+
pillow-heif==0.16.0
9+
pillow-jxl-plugin==1.2.6
310
Pillow==10.3.0
4-
PySide6==6.7.1
11+
pydub==0.25.1
512
PySide6_Addons==6.7.1
613
PySide6_Essentials==6.7.1
7-
typing_extensions>=3.10.0.0,<=4.11.0
8-
ujson>=5.8.0,<=5.9.0
9-
numpy==1.26.4
14+
PySide6==6.7.1
1015
rawpy==0.21.0
11-
pillow-heif==0.16.0
12-
chardet==5.2.0
13-
structlog==24.4.0
1416
SQLAlchemy==2.0.34
15-
pydub==0.25.1
16-
mutagen==1.47.0
17-
numpy==1.26.4
18-
ffmpeg-python==0.2.0
19-
vtf2img==0.1.0
17+
structlog==24.4.0
18+
typing_extensions>=3.10.0.0,<=4.11.0
19+
ujson>=5.8.0,<=5.9.0
20+
vtf2img==0.1.0

tagstudio/src/qt/widgets/thumb_renderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import cv2
1414
import numpy as np
15+
import pillow_jxl # noqa: F401
1516
import rawpy
1617
import structlog
1718
from mutagen import MutagenError, flac, id3, mp4

0 commit comments

Comments
 (0)