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

scottleedavis/go-exif-remove

Repository files navigation

go-exif-remove

Build Status codecov GoDoc

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