搜索资源列表
2JPG
- BMP到JPG的转换 Function int bmp2jpg(string f_in,string f_out,int c,int d) Library "2jpg.dll" Function int jpg2bmp(string f_in,string f_out) Library "2jpg.dll"-BMP to JPG conversion
20040607vcBMPJPGjpgdll.dll
- 用VC把BMP格式的文件转换成JPG格式的文件 完全可以运行-Using VC to BMP file format converted to JPG format in the documents can run
BMPJPG
- 转换bmp到jpg 使用jpgdll.dll 功能强大 图像质量好-Convert bmp to jpg images using the powerful quality jpgdll.dll
BTOJ-EX
- 位图转JPG 其中的颜色空间转换,BGR颜色空间转换为YCbCr空间, 1. 要求使用查表法 2. 把切分出的宏块数据(16*48)写入D:/out.txt 3. 按4:2:0进行把BGR颜色空间转换到YCbCr空间, 亮度信号(16*16)写入到D:/outY.txt Cb信号(8*8)写入到D:/outCb.txt Cr信号(8*8)写入到D:/outCr.txt - Bitmap to JPG where the color space conv