搜索资源列表
mjpegtools-1.8.0.tar
- jpeg process toolkids
8.9 读取photoshop的jpeg的缩略图
- 读取PHOTOSHOP的JPEG的缩略图-read PHOTOSHOP thumbnail of the JPEG
8.9 读取photoshop的jpeg的缩略图
- 读取PHOTOSHOP的JPEG的缩略图-read PHOTOSHOP thumbnail of the JPEG
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运
24to8
- 图象处理程序, 能把16位或24位等图象转化为8位(256色)图象,并保存到指定地址-Programs for image processing,can convert 16-bit or 24-bit images to 8-bit ones,and save them in the specific address.
mjpegtools-1.8.0.tar
- jpeg process toolkids
VC_ImageProcessing
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman
dct_jpeg
- jpeg中DCT变换程序。为前向DCT的浮点运算,它要比整数运算更精确。该程序只适用于8×8的块变换。-jpeg DCT transformation procedure. For front to the DCT floating point calculation, it must be more precise than the integer operation. This procedure is only suitab
AdvInAbat
- 一款类似于泡泡糖的游戏,使用DX8。0和VC++6。0编写的2D游戏。 ********* AdvInAbat.exe需要在ijl15.dll(Intel Jpeg Library)下才能运行。 ********* 要正确编译源代码,则要安装DirectX 8.0以上版本。-A game similar to bubble gum, use DX8. 0 and VC++ 6. 0 prepared 2D games.*
pythonsudoku-0.12.4
- Python Sudoku is a text and graphical (gtk interface) program to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write an image (png, jpeg, etc) with a sudoku. -Python Sudoku is a
jpegpred
- 包含了对于灰度图像的8种jpeg无损压缩的预测方法,这是用来学习jpeg loseless compression的非常好的例子。idc.h为头文件, image_size.c和readimage.c用来读取目标文件的大小和每个像素的灰度值, jpegll_enc.c和jpegll_dec.c为编码和解码文件。-Contains the eight kinds of gray-scale images jpeg lossless com
dct
- 8*8DCT,基于流水线设计,比较经典,可以用于JPEG,也可以用于H.264(需改为4*4)-8* 8DCT, based on the pipeline design, compare a classic, can be used in JPEG, can also be used for H.264 (to be replaced 4* 4)
jpeg
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧-The decoder supports the general category jpeg file format, which is most used in jpeg file format is the main characteristics of data accuracy of
JPG-decode_encode
- 基于J2ME的JPEG decode和encode,有完整解码、8分之一解码,8分之一流解码-JPEG decode & encode on J2ME Platform,1/8 fast decode, 1/8 stream decode
fath_BarcodeX_NET_v2.0
- BarcodeX.NET is a .NET WinForms component and ASP.NET server control designed to create almost any type of industrial barcode in your applications and web sites. Features * 100 C# managed code * Available t
JPEG
- 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法-JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
jpg2avi
- reads a directory of jpeg images and generate a avi file. requires opencv
ImageMagick-6.5.8-6.tar
- Imagemagic是一款创建、编辑、压缩图像的软件。可以转换 DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG等格式,并且能够轻松的对图片进行旋转,缩放等操作-ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write im
dishu
- 纯C实现的简单打地鼠游戏,使用jpeg-8库-this is a hit rabbit game!
JPEG lite
- 将图片分割成8*8的块然后进行DCT和量化,编码及解码(For further improvement each 8x8 block of the difference image can be transformed using a 2D DCT before quantizing and coding)