能够对嵌入水印信息的JPEG图片进行水印的提取 有没有用处 大家可以一起来鉴定一下 呵呵 //函数声明 void InitTable(); int InitTag(); int DecodeMCUBlock(); void IQtIZzBlock(LONG *s); void IZzBlock(LONG *s); int HufBlock(BYTE dchufindex,BYTE achufindex); int DecodeElement(); BYTE ReadByte(); int Wa
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; namespace rkk0108.Controllers { /// /// 图片处理 /// http://www.cnblogs.com/wu-jian/