用于编辑照片的库

问题描述:

我想实现用于压缩BMP图像的算法。你会推荐什么库/ sdk来帮助读取图片的像素,并逐个像素地创建图像?用于编辑照片的库

+0

什么是你” d想要做什么?你想压缩BMP的文件大小? – TJHeuvel 2011-04-12 10:04:46

+0

你在学习一种新的压缩算法吗?如果否,您可以在C#中使用转换为JPG格式。 – Marco 2011-04-12 10:06:22

试试这个教程。这将帮助你用C#做的图像正常工作的教程格式:

http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-rotate

在像素级处理图像看到这个线程:

How to manipulate images at the pixel level in C#

System.Drawing.Imaging(GDI +)http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.aspx

可以帮助你......它具有以下功能:保存saveoptions和编码,将允许压缩。