Skip to content

mary-ext/pkg-exif-rm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exif-rm

JSR | source code

remove EXIF information from PNG, JPEG and WebP images.

const image = await Deno.readFile('./samples/sample.jpg');
const exifRemoved = remove(image);

for PNG specifically, also removes tIME iTXt tEXt zTXT and dSIG fields.

About

Remove EXIF information from PNG, JPEG, and WebP images

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published