如何在C#.net中压缩后打印出最优质的图像 [英] how to print the best quality image after compressing it in C#.net

查看:78
本文介绍了如何在C#.net中压缩后打印出最优质的图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Sagar,

i开发了Windows应用程序,因为我已经调整了bmp文件的大小..

打印这些图像时质量很差..

所以,请帮我看看如何在打印图像时提高质量。









提前谢谢..

hi i am Sagar,
i have developed windows application in that i have resized the bmp file of images..
while printing those images am getting poor quality..
so, please help me to how to increase the quality while printing that image.




Thanks in advance..

推荐答案

对图像的任何调整大小操作都会带来一些输出质量损失所以你得到的是预期会发生的事情。也许您可以尝试将您的bmp转换为具有100%慢进压缩级别的jpeg图像并使用它们进行打印。
Any resize action on an image will carry some output quality loss so what you got is what was expected to happen. Maybe you could try to convert your bmp to jpeg image with 100% jog compression level and use them for printing.


参考: -

http://stackoverflow.com/questions/12276648/net-c-sharp-image-printing - 保持质量 [ ^ ]

http://stackoverflow.com/questions/11699219/save-an-image-as-a-bitmap-without-losing-quality [ ^ ]
refer:-
http://stackoverflow.com/questions/12276648/net-c-sharp-image-printing-keep-the-quality[^]
http://stackoverflow.com/questions/11699219/save-an-image-as-a-bitmap-without-losing-quality[^]


这篇关于如何在C#.net中压缩后打印出最优质的图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆