Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
humanfriendly==10.0
opencv_python>=4.8.0.74,<=4.9.0.80
Pillow==10.3.0
pillow-jxl-plugin==1.2.6
PySide6==6.7.1
PySide6_Addons==6.7.1
PySide6_Essentials==6.7.1
Expand Down
1 change: 1 addition & 0 deletions tagstudio/src/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
".heic",
".heif",
".webp",
".jxl",
".bmp",
".svg",
".avif",
Expand Down
1 change: 1 addition & 0 deletions tagstudio/src/qt/widgets/thumb_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import cv2
import rawpy
import pillow_jxl
from pillow_heif import register_heif_opener, register_avif_opener
from PIL import (
Image,
Expand Down