We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I get the TIFF_ERROR
Error: Processing can only read its own TIFF files.
when trying to loadImage on .tif files.
Is there anything specific to respect or do to be able to load TIFFs?
the tiff file format standard is large and complicated and can contain all sorts of things and all sorts of compression schemes.
if you only want image data then convert it into something friendlier like jpg or png beforehand.
ok that's what I did .
But shall I have to load some TIFF, It'd be nice to know how to process them in a compatible fashion.
Answers
the tiff file format standard is large and complicated and can contain all sorts of things and all sorts of compression schemes.
if you only want image data then convert it into something friendlier like jpg or png beforehand.
ok that's what I did .
But shall I have to load some TIFF, It'd be nice to know how to process them in a compatible fashion.