Hello. I can't export svg file to jpg format. When I try to export my svg file to jpg format, the file is not exported and the following error message appears:
"Traceback (most recent call last): File "F:\Program Files\Inkscape\share\inkscape\extensions\raster_output_jpg.py", line 28, in <module> JpegOutput().run() File "F:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 254, in run self.load_raw() File "F:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 268, in load_raw document = self.load(self.file_io) ^^^^^^^^^^^^^^^^^^^^^^^ File "F:\Program Files\Inkscape\share\inkscape\extensions\inkex\extensions.py", line 166, in load from PIL import Image ModuleNotFoundError: No module named 'PIL'"
I have started using the latest version of Inkscape 1.1.1 on windows 7. (I hate windows 10)
I'm trying to export an image as a jpeg file, which the new version is supposed to do.
I follow the nice and simple instructions and after getting the warning screen that says jpegs are evil and will suck out your soul, I continue.
It says the file is done BUT, there is no file put where it says it was. Or anywhere else.
Does anyone know what is going on?
Thank you.
Looks broken to me. Webp worked, and PNG, but tiff was broken and jpeg was MIA.
Thanks for the reply. I had a feeling that was the problem.
Hello. I can't export svg file to jpg format. When I try to export my svg file to jpg format, the file is not exported and the following error message appears:
"Traceback (most recent call last):
File "F:\Program Files\Inkscape\share\inkscape\extensions\raster_output_jpg.py", line 28, in <module>
JpegOutput().run()
File "F:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 254, in run
self.load_raw()
File "F:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 268, in load_raw
document = self.load(self.file_io)
^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Program Files\Inkscape\share\inkscape\extensions\inkex\extensions.py", line 166, in load
from PIL import Image
ModuleNotFoundError: No module named 'PIL'"
What does this mean? And how can I fix it?