搜索资源列表
ImageFmtc
- 各种各样的非压缩图像格式(bmp,ppm,pgm)转化源码。-variety of non-compressed image formats (bmp, ppm, pgm) into the source code.
unins000
- matlab开发的图像格式转化程序 能够很好的处理jpg,tif,bmp图像-Matlab development of the image format conversion procedure to be handled well jpg, tif, bmp image
HtmlToImage
- 将指定网页转化为图片格式文件,网页文件可以是在本地硬盘或在线有效网页-designated website into photo format, the website documents can be on your local hard disk or on-line effective website
BMPJPG
- 一个图像格式转化的程序,能够将BMP格式的图像转化成JPG格式的文件
FromJpg2Avi
- 该代码是C程序,其主要功能是把连续或者不连续的图像序列转化成视频文件,并保存成avi格式。
DCM
- 图像格式转化器!!!!!!!!!!!可以转化dicom格式文件
256
- 可以将256*256色位图(bmp格式)转化为灰度图
BMPToJPG
- 这是一个关于图像格式转化的程序,在vc6.0的环境下开发。程序界面简单,易于操作,功能很使用。
BmpConvert 彩色图像RGB格式转化为YUV格式
- 图像信息处理,用于将彩色图像RGB格式转化为YUV格式,用户可以设置Y值的变化,再转化回RGB进行保存。这时的图像的亮度会发生改变。-Image processing, is used to color images into RGB format YUV format, the user can set the Y value changes, and then converted back to RGB to save. At this time the brightness of the
PicTest
- 对CImage类进行封装,新的CImage 类能对多种格式的图片进行水平翻转,竖直翻转,顺时针,逆时针翻转,以及图片保存与转化-CImage class package for the new formats CImage class can flip the picture horizontally, flip vertically, clockwise, counterclockwise turn, and the preservation and conversion of images
BMP2POS58
- 一个将单色图片转化成数据供POS58小票打印机使用的源代码。POS58小票打印机图像格式专用。-Will be converted into a monochrome image data for a small ticket printer POS58 the source code. POS58 small ticket printer image format only.
tuxianggeshizhuanhua
- 应用C++Builder编写图像处理中的图像格式转化程序-Application of C++ Builder in the preparation of image processing the image format conversion program
imagepression
- 常规图像处理代码,格式转化,直方图变化-Conventional image processing code, format conversion, histogram changes, etc.
bayertoRGB
- Bayer图像格式转化为标准的RGB格式,为图像显示中的一个重要步骤-Bayer image format into a standard RGB format, the image display is an important step in
rgb2hsi--hsi2rgb
- 彩色图像处理 格式转化rgb2hsi,hsi2rgb 冈萨雷斯-AN M-function fro converting from RGB TO HSI, HSI to RGB
BmpToJpg
- 图片的格式转化:BMP格式的图片转化为JPG图片。-Image format conversion: BMP format images converted to JPG images.
bmpjpeg
- 又一很好的图像格式转化工具,简单又好用。-Another good image format conversion tool, simple and easy to use.
ImageN
- 好的图像格式转化,C++处理,图像格式转化,C++处理-Good image format conversion, C++ processing, image format conversion, C++ handling
BMP2YUV
- bmp2yuv格式转化代码 yuv格式为4:2:0-bmp2yuv format conversion code yuv 4:2:0 format
raw-bmp
- RAW格式转化BMP格式程序:打开原始图像文件,申请512字节的内存空间,图像读入 ,创建新的图像 ,位图图像文件的基本格式:位图文件头、位图信息头、彩色表 、位图数据。一共四部分。