atom feed13 messages in net.java.dev.jai-imageio.interestRe: [JAI-IMAGEIO] Strange problem wit...
FromSent OnAttachments
Fabrizio GiudiciJun 14, 2007 4:48 am 
mja...@union06.deJun 14, 2007 5:08 am 
Fabrizio GiudiciJun 14, 2007 5:20 am 
robert engelsJun 14, 2007 6:41 am 
Fabrizio GiudiciJun 14, 2007 1:55 pm 
robert engelsJun 14, 2007 2:25 pm 
Fabrizio GiudiciJun 14, 2007 4:07 pm 
jai-...@javadesktop.orgJun 14, 2007 6:14 pm 
robert engelsJun 14, 2007 6:26 pm 
Brian BurkhalterJun 14, 2007 6:28 pm 
robert engelsJun 14, 2007 6:30 pm 
Brian BurkhalterJun 14, 2007 6:31 pm 
mja...@union06.deJun 15, 2007 12:09 am 
Subject:Re: [JAI-IMAGEIO] Strange problem with TIFF reading on Mac OS X
From:Fabrizio Giudici (Fabr@tidalwave.it)
Date:Jun 14, 2007 5:20:46 am
List:net.java.dev.jai-imageio.interest

On Jun 14, 2007, at 14:09 , mja@union06.de wrote:

Did you realize that MAC files might have a MAC binary header consisting of 128 (right?) bytes with information about the resource fork? Maybe ImageIO is not able to handle this because it doesn't have system specific code.

The first two bytes should be 0x49 0x49 (II = Intel-Format) or 0x4D 0x4D (MM = Motorola-Format).

I remember about 4/5 years ago I had the same problem with images uploaded from MAC to Solaris.

Kind regards, Marco

Thank you Marco, but this is not the case (I've also double- checked :-) Test files are identical in the three environments.