mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
Support OLD_JPEG and SubIFDs in TIFFUtilities
This commit is contained in:
@@ -44,4 +44,8 @@ final class IFD extends AbstractDirectory {
|
||||
protected IFD(final Collection<? extends Entry> pEntries) {
|
||||
super(pEntries);
|
||||
}
|
||||
@Override
|
||||
public boolean isReadOnly() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user