CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 24 bmp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 24 bmp - List
[
Windows Develop
]
BMP to Code(5r6g5b)
DL : 0
我自己写的程序,将24位的BMP位图转成16位的(5r6g5b)格式的代码,用于弹片机编程-I wrote it myself procedures, 24 BMP bitmap conversion 16 (5r6g5b) format code for shrapnel Machine Programming
Update
: 2008-10-13
Size
: 2.1mb
Publisher
:
王梅芳
[
GDI-Bitmap
]
可显示8位和24位bmp图像的CImage类
DL : 0
//简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-/ / simple operational 8 and 24 bmp bitmap image category. / / Characteristics : / / 1, showed faster. (I use this image sequence shows category, the VC Insider Bitmap type much faster.) / / 2, heavy = operator. / / 3, the function can be operated image data. / / Limitations : / / only shows 8 and 24 bmp bitmap
Update
: 2008-10-13
Size
: 1.85kb
Publisher
:
李欣
[
Compress-Decompress algrithms
]
256bmp
DL : 0
对256色bmp图像进行处理的程序-right bmp 256 color images of the procedures
Update
: 2025-02-17
Size
: 362kb
Publisher
:
杨静
[
Windows Develop
]
BMP to Code(5r6g5b)
DL : 0
我自己写的程序,将24位的BMP位图转成16位的(5r6g5b)格式的代码,用于弹片机编程-I wrote it myself procedures, 24 BMP bitmap conversion 16 (5r6g5b) format code for shrapnel Machine Programming
Update
: 2025-02-17
Size
: 2.1mb
Publisher
:
王梅芳
[
GDI-Bitmap
]
可显示8位和24位bmp图像的CImage类
DL : 1
//简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-//simple operational 8 and 24 bmp bitmap image category.// Characteristics :// 1, showed faster. (I use this image sequence shows category, the VC Insider Bitmap type much faster.)// 2, heavy = operator.// 3, the function can be operated image data.// Limitations :// only shows 8 and 24 bmp bitmap
Update
: 2025-02-17
Size
: 2kb
Publisher
:
李欣
[
Graph Drawing
]
打开24位BMP
DL : 0
这是一个模拟acdsee软件打开一幅bmp文件并显示在屏幕上的算法.-This is a simulation software Converter opened a bmp file and display on the screen of the algorithm.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
王立
[
Other
]
将 24Bit BMP 图形转为 TXT 格式
DL : 0
将 24Bit BMP 图形转为 TXT 格式-will 24Bit BMP format graphics to TXT
Update
: 2025-02-17
Size
: 12kb
Publisher
:
long
[
GDI-Bitmap
]
24位真彩图像转换成256色图像
DL : 0
24位真彩图像转换成256色图像-24 color images into 256 color images ...
Update
: 2025-02-17
Size
: 27kb
Publisher
:
阿九
[
Linux-Unix
]
256色bmp
DL : 0
把24位bmp转成256色bmp,灰度bmp,ascii图形-put 24 bmp convert 256-color bmp, Gray bmp, graphics ascii
Update
: 2025-02-17
Size
: 15kb
Publisher
:
wang
[
GDI-Bitmap
]
bmp-show
DL : 0
这是一个在对话框中显示图片的程序。可以显示24位或者是32位bmp格式的位图-This is a dialog box shown in the photo process. It shows 24 or 32 bmp format bitmaps
Update
: 2025-02-17
Size
: 5kb
Publisher
:
zhaochunhe
[
Dialog_Window
]
24bitsTo8bits
DL : 0
此源程序为图像转化源码,可将24位bmp图像转化为8位bmp图像,转化效果很好。-this source of images into source can be 24 bmp image into eight bmp image into good results.
Update
: 2025-02-17
Size
: 7.98mb
Publisher
:
管淼
[
Multimedia Develop
]
dakaibmpwenjian
DL : 0
如何用vb语言打开24位的bmp格式的文件,图片不会失真。-how to use language to open 24 bmp format of the documents, photographs deteriorate.
Update
: 2025-02-17
Size
: 581kb
Publisher
:
张单
[
File Format
]
write24bmp
DL : 0
第一次上传,试试,呵呵 这是一个很简单的写24位bmp图的VC源码-first upload a try, huh This is a very simple to write 24 bmp map VC source
Update
: 2025-02-17
Size
: 1.84mb
Publisher
:
鱼鱼
[
Multimedia Develop
]
yuvtools
DL : 0
BMP2GBMP.exe 将一副副的BMP图片合并成一个没有BMP头信息的文件 note:仅支持24位bmp图片 DYUV2SEQ.exe 实现分离的yuv文件转换成YUV序列 4:2:0 ShowDIB.exe BMP图片显示程序,多文档框架 YUV2BMP.exe 实现了YUV转换成24位的BMP图片,实现了批量转换 BMP2SEQ.exe 将一系列24位或8位的BMP图片转换成4:2:0的YUV序列。 DYUV2BMP.exe 将分离的Y,U,V转换成24位的BMP图片,实现了批量转换 GBMP2SEQ.exe 实现包含一组rgb24图片(不含文件头)的单一文件到yuv4:2:0序列文件的转换 SEQ2BMP.exe 实现了SEQ2BMP的程序 输出BMP文件为24位真彩 SeqCut.exe 实现对YUV4:2:0文件的剪切操作 即从序列文件中取出一段序列 SeqSnr.exe 实现了两序列对应帧之间Y分量的SNR求取,并给出平均值 YUV2SEQ.exe 将单帧的YUV文件转换位YUV序列 4:2:0 YUV2SEQ2.exe 将单帧的YUV文件转换位YUV序列 4:2:0 可以选择目标图像的位置和大小-BMP2GBMP.exe a deputy to the BMP images into BMP not a first information documents note : supports only 24 bmp Photo DYUV2SEQ.exe achieve separation of YUV file conversion into YUV sequence out 4:2:0 ShowDIB.exe BMP pictures procedures, Multi- Document Framework YUV2BMP.exe YUV conversion to achieve the 24% of the BMP pictures, to achieve the batch conversion BMP2SEQ.exe 24 will be a series of eight or BMP images converted into four : the YUV series 2-0. DYUV2BMP.exe Isolated Y, U, V converted into 24 BMP pictures, to achieve the batch conversion GBMP2SEQ.exe achieve encompassing rgb24 Photo (excluding file) a single document to yuv4 : 2 : 0 sequence document conversion SEQ2BMP.exe realized SEQ2BMP procedures for the export of BMP file 24 color SeqCut.exe realize right YUV4 : 2 : 0 docume
Update
: 2025-02-17
Size
: 240kb
Publisher
:
ggg
[
Special Effects
]
Batch24To256
DL : 0
批处理: 将24位真彩色图片(Bmp格式)转化成256色灰度图-batch : 24 color photos (PDF format) into a 256-color grayscale
Update
: 2025-02-17
Size
: 3.66mb
Publisher
:
死鱼
[
Game Engine
]
BlueDream
DL : 0
游戏以引擎,执行文件在BlueDreamTest目录里面BlueDreamTest.exe gppPacker.exe是 打包/解包 程序 BlueDreamImage.exe是 转换/还原 24位bmp到demo中的"BDI"文件的程序 编译的时候注意 DirectX7.0以上SDK 请先编译gppGameLib3这个lib 然后再编译BlueDreamTest 方法:Build->Set Active Project Configuration->gppGameLib3-Win32 Release或Debug-game engine the implementation document BlueDreamTest directory BlueDreamTest.exe g ppPacker.exe is packing/unpacking procedure is to BlueDreamImage.exe for/vat 24 bmp demo to the "BDI" documentation procedures compile time to Direct X7.0 SDK over the post compiler gppGameLib3 lib then, BlueDr eamTest Method : Build-
Update
: 2025-02-17
Size
: 1.11mb
Publisher
:
温靖
[
Graph program
]
bmp24
DL : 0
显示bmp图像的源代码 可以显示8位和24位的bmp图像-bmp image shows the source code can show the 8-bit and 24-bit bmp image
Update
: 2025-02-17
Size
: 146kb
Publisher
:
slm
[
Special Effects
]
ss2005.11.29
DL : 0
主要用于打开8位、24位BMP图像,并对其进行相应的处理,如:颜色分量提取,检测等-key to open the eight, 24 BMP images, and its corresponding treatment, such as : color component extraction, testing
Update
: 2025-02-17
Size
: 2.26mb
Publisher
:
翟超
[
Picture Viewer
]
bmp
DL : 0
用C语言实现BMP图像的显示,可以显示出1bit,4bit,8bit,16bit,24bit图像-BMP image using C language display, can show 1bit, 4bit, 8bit, 16bit, 24bit images
Update
: 2025-02-17
Size
: 6.28mb
Publisher
:
刘子龙
[
Picture Viewer
]
Open-24-BMP
DL : 0
能够任意打开24位bmp格式的图片,起到图片显示器的功能-Were able to open 24 bmp format pictures, and play the function of the picture display
Update
: 2025-02-17
Size
: 1.45mb
Publisher
:
bing
«
1
2
3
4
5
6
7
8
9
10
...
19
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.