C#.Net 中的图像压缩
我正在致力于使用 C# 和 MVC3 创建图像处理库。有一个选项可以让用户上传多个文件。这些文件在传输到服务器时需要进行压缩,以减少上传时间和带宽使用。我们不想牺牲图像的质量和大小,但确实想压缩图像。有人可以提供文章的链接,这有助于压缩图像但保持其大小和质量。
I am working on creating an Image Manipulation library using C# with MVC3. There is an option where users would be uploading multiple files. These files need to be compressed during transfer to server in order to cut down the upload time and bandwidth usage. We don't want to compromise with the quality and size of the images but do want to compress the images. Can somebody provide links to the articles which can be helpful to compress the images but maintaining their sizes and quality.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看具有压缩功能的现有上传器。以下是一些
silverlightfileupld (Silverlight)
flexupload(Flash)
Look into an existing uploader with compression. Here's a few
silverlightfileupld (Silverlight)
flexupload (Flash)