Add RAW image support (Resolve #193)
- Add thumbnail and preview support for RAW images ["raw", "dng", "rw2", "nef", "arw", "crw", "cr3"] - Optimize the preview panel's dimension calculations (still need to move this elsewhere) - Refactored use of "Path" in thumb_renderer.py
This commit is contained in:
parent
699ecd367c
commit
18becd62a3
4 changed files with 67 additions and 33 deletions
|
|
@ -7,3 +7,4 @@ PySide6_Addons>=6.5.1.1,<=6.6.3.1
|
|||
PySide6_Essentials>=6.5.1.1,<=6.6.3.1
|
||||
typing_extensions>=3.10.0.0,<=4.11.0
|
||||
ujson>=5.8.0,<=5.9.0
|
||||
rawpy==0.21.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue