Skip to content

Commit

Permalink
jp2_extractor.py: fix a tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Mar 7, 2018
1 parent 0ed1b0f commit c239a9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions loris/jp2_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,8 @@ def extract_jp2(self, jp2):

# This is all the information we need from the JP2 Header box.

# Now we want to get tile and size data from the
# Continuguous Codestream box, which contains the complete JPEG 2000
# codestream (see § I.5.4).
# Now we want to get tile and size data from the Contiguous Codestream
# box, which contains the complete JPEG 2000 codestream (see § I.5.4).
#
# Specifically, we're interested in the Image and Tile Size (SIZ),
# which includes the width and height of the reference grid and tiles.
Expand Down

0 comments on commit c239a9f

Please sign in to comment.