In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to use the. net image compression library. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
When the quality of the picture is not very important, the size of the picture plays a very practical role in the application of the system or network transmission.
NQuant. Net is an open source .net color conversion library that uses optimized algorithms to compress images and output high-quality 8-bit PNG images with 256colors.
In general, the same size of the picture, the more bits of the picture, the larger the size of the picture, nQuant. Net through the optimization algorithm, the picture can be converted to 8 bits, can make the size of the picture compressed a lot.
The source code of the class library and a sample shell program can be downloaded from the website: https://archive.codeplex.com/?p=nquant
Where core is the class library code and shell is a console sample program.
In the. Net program, add nQuant.Core reference, through the following simple code, you can achieve image compression.
Var quantizer = new WuQuantizer ()
/ / sourcepath is the image source path using (var bitmap = new Bitmap (sourcePath)) {
/ / targetpath is the destination path using (var quantized = quantizer.QuantizeImage (bitmap, alphaTransparency, alphaFader)) {quantized.Save (targetPath, ImageFormat.Png);}}
In the shell program, you can test the picture in cmd, nQuant.exe the full path of the picture, you can complete the compression of the picture.
The size of the compressed image changes as follows:
This is the end of this article on "how to use the .net picture compression library". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.