Removes EXIF information from JPG and PNG files
Uses go-exif to extract EXIF information and overwrites the EXIF region.
import "github.com/scottleedavis/go-exif-remove"
noExifBytes, err := exifremove.Remove(imageBytes)
See example usage in exif-remove-tool