repositorypackage
0.0.0-20221010134343-50d1e3c35577
Repository: https://github.com/neurosnap/go-exif-remove.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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/neurosnap/go-exif-remove"
noExifBytes, err := exifremove.Remove(imageBytes)
See example usage in exif-remove-tool