I have removed the metadata from an image using the below imagemagick command.
convert input.png -strip output.png
It almost reduces 20% of the size for the 2MB file.
I need to do the same using Jmagick java api.
Is there any api available in Jmagick to remove the metadata?