ifds[1] = new IFD(1);
ent = new Entry(SHORT);
ent.setValue(0, new Integer(2));
ifds[1].addEntry(RESOLUTIONUNIT, ent);
ent = new Entry(RATIONAL);
ent.setValue(0, new Rational(180, 1));
ifds[1].addEntry(XRESOLUTION, ent);
ent = new Entry(RATIONAL);
ent.setValue(0, new Rational(180, 1));
ifds[1].addEntry(YRESOLUTION, ent);
}
String ext = thumbnailExt.toLowerCase();