搜索资源列表
-
0下载:
可以把BMP文件转换成JPG格式,可以选择转换压缩比。对代码进行修改可实现批量转换。-This program could convert the picture from BMP format to JPG format.
-
-
0下载:
调用gdiplus将bmp转换为jpg格式的例子-Gdiplus calls to bmp convert jpg format examples
-
-
0下载:
Program in vb to convert to jpg of bmp
-
-
1下载:
c#编写的将BMP或JPG图片转成二进制数组的工具源码-The source code for a tool which can convert image files to binary files
-
-
0下载:
转换BMP图片为JPG格式的算法,VC6调试通过-Convert BMP images to JPG format, the algorithm
-
-
0下载:
bmp格式图片到jpg格式图片的转换,只能转换24位深度的位图-bmp format images converted to jpg format pictures can only convert 24-bit depth bitmap. . . . .
-
-
0下载:
主要将png或jpg的图片转换成相应的两张bmp 其中包括掩码图 -convert png or jpg to bmp*2 including mask
-
-
0下载:
Bmp转jpg 图片源码, bcb5 实现-bcb5 source code of a convert bmp to jpg soft
-
-
0下载:
VB图片批量转换处理工具源程序代码,可以将BMP转为JPG/GIF,也可以实现这个反过程,转换时可以设定转换品质,自动遍历符合条件件的目录,显示转换进度条。这个程序实际上是IJL15.DLL动态库文件的一个应用示例,用IJL15.DLL你还可以编写很多实用的程序。
-VB Picture Batch convert the source code of the processing tools, can be converted to BMP JPG/GIF can also achieve
-
-
0下载:
BMP图像文件的操作,可以将一个标准24bit真彩色BMP文件中三基色图像提取出来存成独立的8bit灰度图像(BMP)
自写算法将BMP转换为JPG,再将jpg转化为bmp-Operation of the BMP image file can be a standard 24bit true color BMP file trichromatic image extracted saved as separate 8bit grayscale images (BMP) self-writt
-
-
0下载:
本程序是基于图像处理算法实现 bmp转化jpg格式-image processing bmp convert to jpg format
-
-
0下载:
PB+动态链接库实现BMP图片到JPG图片的转换-PB+ dynamic link library convert BMP images to JPG images
-
-
0下载:
图片格式批量转换,Delphi源码版,在BMP和JPG图像格式间转换,支持批量操作-Picture format batch conversion, Delphi source code version to convert BMP and JPG image formats, support for batch operations
-
-
0下载:
这个应用程序可以:-重命名:Image1,Image10,Image2来Image0001,Image0010,Image0002 -转换bmp,图形文件,png,tif、tga和png文件类型以jpg没有调整图像-改变扩展文件
-This application can:- Rename: Image1, Image10, Image2 to Image0001, Image0010, Image0002- convert bmp, graphic files, png, tif, tga
-
-
0下载:
1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp;
2.借助imread命令将图像内容读入内存数组;
3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩;
4.将数字图像的RGB表示转换为YUV表示;
Y=0.30R+0.59G+0.11B
U=0.70R-0.59G-0.11B
V=-0.30R-0.59G+0.89B
5.通过访问Y(亮度)通道,改变数字图像的亮度;
6.通过Y(亮度)通道作灰度的线性变换,改变数字
-
-
1下载:
PDF转图片,包括JPG,BMP等常用图片格式,可通过修改参数决定转出图片大小-pdf convert to jpg
-
-
0下载:
bmp文件与jpg文件相互转化,基于C++ Builder 6.0开发,并调试通过。-Convert bmp file to jpg file,and Test Pass。
-
-
0下载:
convert bmp to jpg easy selecting quality-convert bmp to jpg easy selecting quality
-
-
0下载:
图像压缩,将各种格式的图片进行压缩,可以保证不失真,从bmp,jpg,png...转到jpg,可以调压缩比例-Picure compress, convert other format picture intojpeg and compress it, ensure the quality, bmp,jog,png etc. to jpg, and can adjust the compress rate
-
-
0下载:
利用opencv将jpg格式图像转化为bmp格式(Using OpenCV to convert JPG format images into bmp format)
-