cshum / imagor

Fast, secure image processing server and Go library, using libvips
Apache License 2.0
3.46k stars 137 forks source link

feat(vips): strip_metadata() filter and vips-strip-metadata config #475

Closed cshum closed 2 months ago

cshum commented 3 months ago

@liudongmiao having thought about it strip_exif is for exif metadata only, but strip metadata is for all metadata. Should be separated as another feature instead. Adding filter strip_metadata() and config vips-strip-metadata

liudongmiao commented 2 months ago

Thanks for this feature.