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 comentario

Walter Roberson
Walter Roberson el 22 de Jul. de 2019
Could you give a sample filename that it reports?
Please check to see how much free diskspace you have on tempdir()

Iniciar sesión para comentar.

Respuestas (1)

Julia R
Julia R el 2 de Sept. de 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.

Categorías

Más información sobre Printing and Saving en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Jul. de 2019

Respondida:

el 2 de Sept. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by