[LOAD_IMAGE] Image loading image from /home/a/test.png
Traceback (most recent call last):
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyimagecuda_studio/gui/properties/properties_factory.py", line 263, in browse_file
notify_change(file_path)
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyimagecuda_studio/gui/properties/properties_factory.py", line 23, in notify_change
on_change_callback(param.name, value)
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyimagecuda_studio/gui/properties/node_properties.py", line 181, in on_param_changed
self.current_node.update_param(param_name, value)
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyimagecuda_studio/nodes/core.py", line 29, in update_param
self.update_param_child(param_name, value)
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyimagecuda_studio/nodes/node_generator.py", line 59, in update_param_child
self.generate_image()
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyimagecuda_studio/nodes/generators/generators.py", line 45, in generate_image
self.original_image = load(self.path)
^^^^^^^^^^^^^^^
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyimagecuda/io.py", line 82, in load
vips_img = pyvips.Image.new_from_file(filepath, access='sequential', autorotate=autorotate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyvips/vimage.py", line 329, in new_from_file
return pyvips.Operation.call(name, filename,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/a/.local/share/uv/tools/pyimagecuda-studio/lib/python3.12/site-packages/pyvips/voperation.py", line 285, in call
raise Error(f'{operation_name} does not support optional '
pyvips.error.Error: VipsForeignLoadPngFile does not support optional argument autorotate
solution: Convert to jpeg with
Trying this on Linux with a Wayland compositor (KDE Plamsa) i've run into a few issues.
For context: I installed with
uv tool install pyimagecuda-studioinstead ofpipto install this in its own venv, and because globalpipinstallation is blocked on linux due to that using the system-managed python installation.numpydependency was missing, so i had to runuv tool install pyimagecuda-studio --with numpyto install it.QT_QPA_PLATFORM="xcb" picsinsteadmagick test.png test.jpeg