Not sure what this message means, but I just added some TIFF files to my project and they’re working great, but the following warning was generated at runtime:
Anyone know what this means and how to fix it?
Not sure what this message means, but I just added some TIFF files to my project and they’re working great, but the following warning was generated at runtime:
Anyone know what this means and how to fix it?
Look at the man page for tiffutil In Terminal.
man tiffutil
Look under this section:
I tried looking up tiffutil but it is not in my man pages. Maybe it isn’t listed in jaguar’s man but in a later edition. The tiffutil command exists on my machine (it’s in /usr/bin/tiffutil) but I have no idea how to use it.
Maybe this will help:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/tiffutil.1.html
Cool, thanks!