remove EXIF information from PNG, JPEG and WebP images
jsr.io/@mary/exif-rm
typescript
jsr
exif-rm#
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.