回复 26楼wjy72的帖子
关于 26# 问题2可以参考帮助文档:https://www.leadtools.com/help/l ... rmat.html#Syntax-CS
- codecs.Options.Save.UseImageDitheringMethod = true;
- image.DitheringMethod = RasterDitheringMethod.FloydStein;
- // Save the image as 1-bpp with auto-dithering:
- codecs.Save(image, fileName, RasterImageFormat.CcittGroup4, 1);
复制代码 |