Im creating a new Bitmap object as below,
var image = new Bitmap(@"C:\file.jpg"); I will be doing several modifications in pixel levels in the spatial domain and if save this object again as below.
image.Save(@"D:\final.jpg", ImageFormat.bitmap); - Is this final image is a really a jpg or a bitmap ? ,
Using this functional is there a way we can save a jpg lossless ?