From 761c411ca94a3dd172e81f1f7fbf3136c2cb58f3 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Fri, 1 Oct 2021 17:08:03 +0200 Subject: [PATCH] exif: Add note about JPEGInterchangeFormat --- format/tiff/exif.go | 1 + 1 file changed, 1 insertion(+) diff --git a/format/tiff/exif.go b/format/tiff/exif.go index 40292597..ccd26bad 100644 --- a/format/tiff/exif.go +++ b/format/tiff/exif.go @@ -1,6 +1,7 @@ package tiff // https://exiftool.org/TagNames/EXIF.html +// TODO: JPEGInterchangeFormat/JPEGInterchangeFormatLength, seem to just after the exif tag usually? import ( "github.com/wader/fq/format"