README ¶ go-exif-remove 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 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Remove(data []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Remove ¶ func Remove(data []byte) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files exif_remove.go png_crc_fix.go readme.go Directories ¶ Show internal Expand all Path Synopsis exif-remove-tool Click to show internal directories. Click to hide internal directories.