mary-ext / pkg-exif-rm

Remove EXIF information from PNG and JPEG images

Home Page:https://codeberg.org/mary-ext/pkg-exif-rm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exif-rm

Remove EXIF information from PNG and JPEG 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 and JPEG images

https://codeberg.org/mary-ext/pkg-exif-rm

License:MIT License


Languages

Language:TypeScript 100.0%