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.