We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › support for .tif files
Page Index Toggle Pages: 1
support for .tif files (Read 1062 times)
support for .tif files
May 12th, 2005, 6:46am
 
I can use .jpgs but not .tifs. Is there a workaround, or correct way to use .tifs? I was hoping to use a cut-out image. Maybe it would be possible to create a sort of mask in processing?
Regina
Re: support for .tif files
Reply #1 - May 13th, 2005, 8:55pm
 
try .tga (or targa).
it's 32bit, that's RGB and an alpha-channel.

F
Re: support for .tif files
Reply #2 - May 14th, 2005, 3:01pm
 
Another question to those of you having trouble with TIF. Are you using uncompressed or compressed (ZIP, LZW, JPG) TIFs? Does P5 understand compressed TIF formats?
Re: support for .tif files
Reply #3 - May 14th, 2005, 3:05pm
 
who says it does at all?

http://processing.org/reference/loadImage_.html

F
Re: support for .tif files
Reply #4 - May 14th, 2005, 3:16pm
 
Hmm... so I guess that means it doesn't understand compressed TIFs Grin heh... thanks for pointing that out.
Page Index Toggle Pages: 1