Replies: 1 comment 2 replies
-
I am working on adding more methods/properties to the MagickImage class. All features are already available (as WASM) but they need to the javascript api. The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I think there is no way yet to use strip to remove Exif Metadata from Images. Can this be added ? Thanks a bunch
Normally I would use with ImageMagick:
convert <input file> -strip <output file>
Beta Was this translation helpful? Give feedback.
All reactions