搜索资源列表
Tran
- bmp与jpeg图像格式间的相互转换 可以设置JPEG的压缩品质; 适用于8BIT灰度图和24BIT真彩色图像-jpeg image with bmp format conversion between the setting up of quality JPEG compression; in 8BIT grayscale and color images 24BIT
readbmpfile
- 此程序用于对bmp文件的读取输出,经检测可直接运行,对8bit,24bit都可用。
bmp2h
- bmp图像转换为C语言数组.h文件,包括1bit\2bit\4bit\8bit\16bit\24bit-convert the bmp image to C H file
bmp
- 用C语言实现BMP图像的显示,可以显示出1bit,4bit,8bit,16bit,24bit图像-BMP image using C language display, can show 1bit, 4bit, 8bit, 16bit, 24bit images
hw1_sample
- 把BMP檔從24BIT轉換成8BIT 包含了灰階轉換 彩色轉換-BMP file to convert from 24BIT grayscale conversion 8BIT includes color conversion
rgb_to_gray
- this the code to convert 24 bit bmp images to 8bit grayscale image.-this is the code to convert 24 bit bmp images to 8bit grayscale image.
bmp-picture-maker
- 位图图片制作好工具,可以制作多种类型的图片,24 BIT,16BIT,8BIT等待-Produced a good tool for bitmap images, you can produce various kinds of images, 24 BIT, 16BIT, 8BIT wait
1
- BMP图像文件的操作,编写C++程序,可以将一个标准24bit真彩色BMP文件中三基色图像提取出来存成独立的8bit灰度图像(BMP)-The operation of the BMP image file, write C++ program trichromatic image in a standard 24bit true color BMP files can be extracted to be saved as a separate 8bit grayscale images (B
ReadBMP_1
- 读取一张BMP图像,显示其相关信息,并修改图片的颜色表,使得图片颜色改变以后另外存盘! 只能是8bit的灰度图像才有颜色表,24bit的真彩色图片没有颜色表!-Read a BMP image, display information, and modify the color table of the picture, making the picture color change after another save! Only 8bit grayscale images have a
bmpajpegchuli
- 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
24bit-to-8bit
- 功能:将24bit的bmp图像转换为8bit的bmp灰阶图像,为了以后的convolution运算做准备-Function: converting 24bit bmp image to a 8bit the bmp grayscale image, prepare order after convolution operator
11
- 完成BMP图像(彩色图像是24bit RGB各8bit)的像素获取-Pixels to obtain complete BMP image (color image is 24bit RGB 8bit)
BMP4bit8bitto24bit
- C语言实现BMP文件4bit、8bit到24bit的BMP文件转换-C language BMP file 4bit, 8bit to 24bit BMP file conversion
test
- 8位bmp图像转换为24位bmp图像,可以进行批量转换。-8bit bmp trans to 24bit bmp
bmp2yuv
- 可以将bmp文件转换为yuv文件,同时将1bit,4bit,8bit,16bit,24bit五幅图像生成在一个yuv视频文件中-You can convert the bmp file to yuv file, while 1bit, 4bit, 8bit, 16bit, 24bit five images generated in a yuv video file
BmpPreview
- c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运
真彩色bmp灰度化
- 24位真彩色bmp图像转换为8位bmp图像(The type of bmp (24bit) translate to 8bit)
BMP24To8
- 将24bit BMP图片转换为 8bit(Convert 24BIT BMP file to 8bit bmp file)