Skip to content

Removes EXIF information from JPG and PNG files

License

Notifications You must be signed in to change notification settings

zitadel/exifremove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-exif-remove

Go Reference codecov

Removes EXIF information from JPG and PNG files

Uses go-exif to extract EXIF information and overwrites the EXIF region.

Note

This package was originally hosted at github.com/scottleedavis/go-exif-remove and got removed. In this repository we restored a copy out of the Go module cache and continued maintenance.

import 	"github.com/zitadel/go-exif-remove"

noExifBytes, err := exifremove.Remove(imageBytes)

See example usage in exif-remove-tool

About

Removes EXIF information from JPG and PNG files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages