Skip to content

remove EXIF information from JPG and PNG files

License

Notifications You must be signed in to change notification settings

pejia-wish/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

About

remove EXIF information from JPG and PNG files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%