-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed as not planned
Description
What did you do?
Compile my image viewer using Nuitka.
What did you expect to happen?
Support the same number of formats as when running uncompiled.
What actually happened?
4 formats missing from read and write support: AVIF, FIT, FITS, and QOI
Fortunately that can be fixed by including unused imports in main.py, but why don't the other plugins need that?
What are your OS, Python and Pillow versions?
- OS: Windows 11
- Python: 3.13
- Pillow: 12.1.0
python -m PIL.report # python3 is the system one; different version!
--------------------------------------------------------------------
Pillow 12.1.0
Python 3.13.12 (tags/v3.13.12:1cbe481, Feb 3 2026, 18:22:25) [MSC v.1944 64 bit (AMD64)]
--------------------------------------------------------------------
Python executable is D:\code\image viewer\tk_image_viewer\venv\Scripts\python.exe
Environment Python files loaded from D:\code\image viewer\tk_image_viewer\venv
System Python files loaded from C:\Users\C\AppData\Local\Python\pythoncore-3.13-64
--------------------------------------------------------------------
Python Pillow modules loaded from D:\code\image viewer\tk_image_viewer\venv\Lib\site-packages\PIL
Binary Pillow modules loaded from D:\code\image viewer\tk_image_viewer\venv\Lib\site-packages\PIL
--------------------------------------------------------------------
--- PIL CORE support ok, compiled for 12.1.0
--- TKINTER support ok, loaded 8.6
--- FREETYPE2 support ok, loaded 2.14.1
--- LITTLECMS2 support ok, loaded 2.17
--- WEBP support ok, loaded 1.6.0
--- AVIF support ok, loaded 1.3.0
--- JPEG support ok, compiled for libjpeg-turbo 3.1.3
--- OPENJPEG (JPEG2000) support ok, loaded 2.5.4
--- ZLIB (PNG/ZIP) support ok, loaded 1.3.1.zlib-ng, compiled for zlib-ng 2.3.2
--- LIBTIFF support ok, loaded 4.7.1
--- RAQM (Bidirectional Text) support ok, loaded 0.10.3, fribidi 1.0.13, harfbuzz 12.3.0
*** LIBIMAGEQUANT (Quantization method) support not installed
*** XCB (X protocol) support not installed
--------------------------------------------------------------------
See https://github.com/CTimmerman/tk_image_viewer (update && compile.bat) and note the difference in debug log supported format lists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels