Re: How to open and display a TIFF file?
From: Keith James (kdj_at_hgs2h.internal.sanger.ac.uk)
Date: 12/21/04
- Previous message: Andrei Kouznetsov: "Re: How to open and display a TIFF file?"
- In reply to: Ramon: "Re: How to open and display a TIFF file?"
- Next in thread: Ramon: "Re: How to open and display a TIFF file?"
- Reply: Ramon: "Re: How to open and display a TIFF file?"
- Reply: Ramon: "Re: How to open and display a TIFF file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Dec 2004 18:33:06 +0000
>>>>> "Ramon" == Ramon <ramon@conexus.net> writes:
Ramon> After I posted the above, I discovered something called
Ramon> "JAI" (Java Advanced Imaging). So is this the recommended
Ramon> way to open and display a TIFF file?
Ramon> It's just that I hardly think of opening and displaying a
Ramon> TIFF as "advanced". Is JAI an overkill or is it the right
Ramon> tool?
I can't comment on whether JAI is overkill for your requirements -
that would need more information. However, I can say that we've used
javax.imageio.ImageIO with the TIFF plugin quite successfully. It's
very simple - one method call to go between BufferedImages and TIFF
files (or vice versa).
You'll need the Image I/O API from
http://java.sun.com/products/java-media/jai/current.html
Put the jar file(s) on the CLASSPATH and the ImageIO.read methods will
return BufferedImages from TIFF files.
We've used it with 8- and 16-bpp TIFFs. Some software out there may
produce TIFFs which don't conform to the spec e.g. 12-bpp (so the
pixel data doesn't align with byte boundaries). The plugin won't work
with such files.
-- - Keith James <kdj@sanger.ac.uk> Microarray Facility, Team 65 - - The Wellcome Trust Sanger Institute, Hinxton, Cambridge, UK -
- Previous message: Andrei Kouznetsov: "Re: How to open and display a TIFF file?"
- In reply to: Ramon: "Re: How to open and display a TIFF file?"
- Next in thread: Ramon: "Re: How to open and display a TIFF file?"
- Reply: Ramon: "Re: How to open and display a TIFF file?"
- Reply: Ramon: "Re: How to open and display a TIFF file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|