remove EXIF information from PNG, JPEG and WebP images jsr.io/@mary/exif-rm
typescript jsr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.