Skip to content

Commit

Permalink
Add case for TRAILING_PADDING tag during parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Jul 27, 2023
1 parent 0f7d1c6 commit 013b211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/formats-bsd/src/loci/formats/in/DicomReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,9 @@ else if (child.attribute == OPTICAL_PATH_DESCRIPTION) {
case EXTENDED_DEPTH_OF_FIELD:
edf = tag.getStringValue().equalsIgnoreCase("yes");
break;
case TRAILING_PADDING:
decodingTags = false;
break;
default:
in.seek(tag.getEndPointer());
}
Expand Down

0 comments on commit 013b211

Please sign in to comment.