Skip to content

Commit

Permalink
🐛 Fix: remove tag
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Nov 5, 2024
1 parent b2ef960 commit 6903ef0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ func setDateIfNone(filePath string, counter int) error {

rootIb = exif.NewIfdBuilder(im, ti, exifcommon.IfdStandardIfdIdentity,
exifcommon.EncodeDefaultByteOrder)
err = rootIb.AddStandardWithName("ProcessingSoftware", "photos-uploader")
if err != nil {
return err
}
}

// 检测是否已经有日期
Expand Down

0 comments on commit 6903ef0

Please sign in to comment.