private List analyzeOldTiff() throws ImageWriteException, IOException
{
try
{
ByteSource byteSource = new ByteSourceArray(exifBytes);
Map params = null;
FormatCompliance formatCompliance = FormatCompliance.getDefault();
TiffContents contents = new TiffReader(false).readContents(byteSource,
params, formatCompliance);