Skip to content

Commit

Permalink
png.go: Add TODO about GetExifData
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed May 27, 2020
1 parent f6d97d1 commit e1d1385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions png.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ func (cs *ChunkSlice) Exif() (rootIfd *exif.Ifd, data []byte, err error) {
im := exif.NewIfdMappingWithStandard()
ti := exif.NewTagIndex()

// TODO(dustin): Refactor and support `exif.GetExifData()`.

_, index, err := exif.Collect(im, ti, chunk.Data)
log.PanicIf(err)

Expand Down

0 comments on commit e1d1385

Please sign in to comment.