Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] How to create an SWT Image from an existing TIFF file

Hi,

I need to load .tif files for further edit. According
to
http://www.eclipse.org/articles/Article-SWT-images/graphics-resources.html,
"The TIFF format is also supported in more recent
Eclipse releases".

My eclipse version is 3.0, however, TIF files still
cannot be showed although .JPG is fine.

Image image = new Image(display,
   "C:/smaple.tif"); 


Anyone can give me an idea? Thank you in advance.

Richard


	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 


Back to the top