Error loading a TIFF with PImage

edited August 2014 in Using Processing

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?

Tagged:

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.

Sign In or Register to comment.