neurosnap / go-exif-remove

remove EXIF information from JPG and PNG files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

remove EXIF information from JPG and PNG files

License:MIT License


Languages

Language:Go 100.0%