Inkscape.org
Beginners' Questions Error trying to export as tiff
  1. #1
    okipvp okipvp @okipvp

    Hello,

    I read in the forums the same problem, but apparently it was fixed some versions ago. I am using the latest stable version to date and this is the error I encounter when I want to export as .tiff

    Traceback (most recent call last):
      File "C:\Program Files\Inkscape\share\inkscape\extensions\raster_output_tiff.py", line 30, in <module>
        TiffOutput().run()
      File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 250, in run
        self.save_raw(self.effect())
      File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 296, in save_raw
        self.save(self.options.output)
      File "C:\Program Files\Inkscape\share\inkscape\extensions\raster_output_tiff.py", line 18, in save
        self.img.save(
      File "C:\Program Files\Inkscape\lib\python3.11\site-packages\PIL\Image.py", line 2438, in save
        save_handler(self, fp, filename)
      File "C:\Program Files\Inkscape\lib\python3.11\site-packages\PIL\TiffImagePlugin.py", line 1747, in _save
        raise ValueError(msg)
    ValueError: quality setting only supported for 'jpeg' compression
     

     

    Any idea what is going on? Thanks