High quality JPEG compression with c#

后端 未结 6 2005
谎友^
谎友^ 2020-11-27 05:32

I am using C# and want to save images using JPEG format. However .NET reduces quality of the images and saves them with compression that is not enough.

I want to sav

6条回答
  •  -上瘾入骨i
    2020-11-27 06:13

    Compressing the jpeg format by its very nature reduces quality. Perhaps you should look into file compression, such as #ziplib. You may be able to get a reasonable compression over a group of files.

提交回复
热议问题