Added TODOs.

pull/3/head
Dustin Oprea 2018-04-20 11:52:06 -04:00
parent 88333d9088
commit d4740ae5b5
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ func (ib *IfdBuilder) buildIfd(dataOffset uint32, ifdTableRaw, ifdDataRaw []byte
// TODO(dustin): !! Finish.
// TODO(dustin): !! Some offsets of existing IFDs will have to be reallocated if there are any updates. We'll need to be able to resolve the original value against the original EXIF data for that, which we currently don't have access to, yet, from here.
// TODO(dustin): !! Test that the offsets are identical if there are no changes (on principle).
}