Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jabriffa committed Jun 19, 2018
1 parent 1b3e385 commit 2bec8f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyshared/jbtiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,8 @@ def write_directory(self, IFD, fid, ifd_offset, isleaf=False):

# write data to stream
def write(self, fid):
# write TIFF header
# write TIFF header (and CR2 header if necessary)
ifd_ptr, offset_ptr = self.write_tiff_header(fid)
# write CR2 header if necessary
ifd_ptr, cr2_offset_ptr = self.write_cr2_header(fid, ifd_ptr)
# determine start of data space
data_ptr = ifd_ptr
Expand Down

0 comments on commit 2bec8f2

Please sign in to comment.