Support OLD_JPEG and SubIFDs in TIFFUtilities

This commit is contained in:
Oliver Schmidtmer
2016-02-19 23:18:50 +01:00
parent 2955054a72
commit 8387a9ad37
2 changed files with 116 additions and 25 deletions

View File

@@ -44,4 +44,8 @@ final class IFD extends AbstractDirectory {
protected IFD(final Collection<? extends Entry> pEntries) {
super(pEntries);
}
@Override
public boolean isReadOnly() {
return false;
}
}