Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
working initial
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleedavis committed Sep 2, 2019
1 parent 5bce401 commit e07f2d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions exif_remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ const (
JpegMediaType = "jpeg"
PngMediaType = "png"
OtherMediaType = "other"
StartBytes = 4
EndBytes = 4
OffsetBytes = 4
StartBytes = 0
EndBytes = 0
)

type MediaContext struct {
Expand Down

0 comments on commit e07f2d6

Please sign in to comment.