i cant get it to work :( i think i have Pillow installed in the correct path.Or am i missing something. I also tried copying the PIL and Pillow- modules to the blender instal folder, didn t work.
C:\Windows\System32>"C:\Program Files\Blender Foundation\Blender 4.5\4.5\python\bin\python.exe" -m pip install pillow
Requirement already satisfied: pillow in c:\program files\blender foundation\blender 4.5\4.5\python\lib (11.3.0)
File "C:\Users\ado_o\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\PSX tools\psx_addon.py", line 187, in invoke
return self.execute(context)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ado_o\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\PSX tools\psx_addon.py", line 213, in execute
temp_image = Image.new("RGBA", (resolution, resolution))
^^^^^
NameError: name 'Image' is not defined. Did you mean: 'image'?

