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.
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gzremove 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.