What causes TIFF library error?

Hello,
I get the following error when trying to use 'saveas' to save a 'tif' image on Windows. The error happens randomly (sometimes it happens, sometimes it doesn't). But I'm not able to find any information on the error online. Does anyone know what causes this error, and how to avoid it? Thank you.
Error using print (line 82)
TIFF library error - 'TIFFOpenW:
<filename>
Cannot open.'
Error in saveas (line 181)
print( h, name, ['-d' dev{i}] )

1 Commento

Could you give a sample filename that it reports?
Please check to see how much free diskspace you have on tempdir()

Accedi per commentare.

Risposte (1)

Julia R
Julia R il 2 Set 2020

1 voto

I was getting the same error when saving figures using "exportgraphics". One thing that helped me is shortening filename under which I was saving it. Or to be more precise, in some cases it was the shortening of a filename itself and in other cases the shortening of the path to the location where I saved it to. In latter cases I put the folder to which I was saving the file closer to the root catalog, thus shortening the length of the path for saving the figure.

Categorie

Scopri di più su Printing and Saving in Centro assistenza e File Exchange

Richiesto:

il 22 Lug 2019

Risposto:

il 2 Set 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by