Remove Metadata

Hello,
You already gave me samples to save images without metadata, but it seems that they all perform some kind of conversion, For example, loading a jpg and saving it without medadata, the image quality integer (1 - 100) is applied anyway…
Is it possible just to remove metadata and donot alter the image itself, its quality or inner format/stream in any way?
Thanks.

Yes, the image quality integer value is stored always. But we can implement an ability not to do that.

1 Like

I mean having the ability to just remove the metadata, and do not alter the image itself in any way, the quality color mode profile etc…
If the source image has that image quality integer value just pass it as is to the new saved file, the same for all other image properties.
Thanks :slight_smile:

@australian.dev.nerds
You can remove all unnecessary values in metadata since you have full access to them and save image. Aspose.Imaging gives you all for this.