Welcome![Sign In][Sign Up]
Location:
Search - bitmap

Search list

[OtherBitmap

Description: 在vc++环境之下,文本框中显示hello-In vc++ Environment, the text box display hello
Platform: | Size: 1935360 | Author: 左琪 | Hits:

[GUI Developmath

Description: 对话框背景贴图程序,bitmap贴图-Mapping procedure dialog background, bitmap textures
Platform: | Size: 2621440 | Author: | Hits:

[GUI Developbmpdiglog

Description: 在vc++6.0环境中,对位图对话框的实例源代码,该代码可用于是更加美化你的对话框。放心使用!-In vc++ 6.0 environment, for example bitmap dialog source code, the code can be used more landscaping then your dialog box. Ease of use!
Platform: | Size: 5079040 | Author: 邢冬 | Hits:

[Special Effectsbitmap

Description: 读取bmp图像的灰度值,用一维数组输出!-Bmp image to read the gray value, using one-dimensional array of output!
Platform: | Size: 1301504 | Author: 曾轶飞 | Hits:

[Picture ViewerScrollBitmap

Description: 滚动显示位图,通过拖动滚动条,显示较大图象-Scrolling bitmap, by dragging the scroll bar, indicating a larger image
Platform: | Size: 9216 | Author: zq | Hits:

[OpenGL programtest11

Description: Well greetings all. For those of you that want to see what we are doing here, you can check it out at the end of my demo/hack Worthless! I am bosco and I will do my best to teach you guys how to do the animated, sine-wave picture. This tutorial is based on NeHe s tutorial #6 and you should have at least that much knowledge. You should download the source package and place the bitmap I ve included in a directory called data where your source code is. Or use your own texture if it s an appropriate size to be used as a texture with OpenGL. First things first. Open Tutorial #6 in Visual C++ and add the following include statement right after the other #include statements. The #include below allows us to work with complex math such as sine and cosine. -Well greetings all. For those of you that want to see what we are doing here, you can check it out at the end of my demo/hack Worthless! I am bosco and I will do my best to teach you guys how to do the animated, sine-wave picture. This tutorial is based on NeHe s tutorial# 6 and you should have at least that much knowledge. You should download the source package and place the bitmap I ve included in a directory called data where your source code is. Or use your own texture if it s an appropriate size to be used as a texture with OpenGL. First things first. Open Tutorial# 6 in Visual C++ and add the following include statement right after the other# include statements. The# include below allows us to work with complex math such as sine and cosine.
Platform: | Size: 1346560 | Author: mwb | Hits:

[Graph programHVStoreBmp

Description: 抓取一帧图像到内存,利用ConvertBayer2Rgb 转换成RGB 24位格式位图,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-Crawl into an image memory, the use of ConvertBayer2Rgb converted to RGB 24-bit format bitmap, and then directly from the memory to read image data, save data to a BMP file. Image size is determined by the video output window and video formats identified.
Platform: | Size: 78848 | Author: dtcdtc | Hits:

[GDI-Bitmapbitmap-Multi

Description:
Platform: | Size: 1963008 | Author: 111111 | Hits:

[Picture ViewerBITMAP

Description: 一个完整地读取和显示BMP图像,还有旋转,缩放和增强BMP图像-A complete read and display BMP images, as well as rotation, scaling and enhancement of BMP images
Platform: | Size: 771072 | Author: 王博 | Hits:

[Dialog_WindowDIProcessing111

Description: 一个分割窗口的例子 可以查看位图格式,包括位图数据,调色板数据,还有一个简单的图像算法-Example of a partition window can view bitmap formats, including bitmap data, color palette data, there is a simple image algorithm
Platform: | Size: 140288 | Author: lilixian | Hits:

[Static controlLayeredBitmapCtrl_demo

Description: 一个很有实用的显示透明位图的Static控件,可以多个位图同时显示,并可用鼠标移动-Shows a very practical transparent bitmap of Static Control, you can display multiple bitmaps at the same time, and the available mouse
Platform: | Size: 1354752 | Author: Stone | Hits:

[GDI-Bitmapget_picuter_size

Description: 个人总结:单色位图,16色位图,256色位图,24位真彩色 获取图片大小,供学习使用-Personal Summary: monochrome bitmap, 16 color bitmap, 256-color bitmap, 24-bit True Color access image size for learning to use
Platform: | Size: 5120 | Author: chengcantao | Hits:

[GDI-BitmapCimage

Description: 支持多种格式的图像类源码 The CImage class enables an application to load, save and display a variety of bitmap types. JPEG, PNG and BMP reading and writing are implemented, plus GIF reading. -Support multiple types of source image format The CImage class enables an application to load, save and display a variety of bitmap types. JPEG, PNG and BMP reading and writing are implemented, plus GIF reading.
Platform: | Size: 914432 | Author: LianWenjie | Hits:

[GDI-BitmapRGB2BITMAP

Description: 用DELPHI开发的把RGB数据转化为Bitmap的函数. 用户可以直接用的.-DELPHI developed with the RGB data into Bitmap function. Users can directly use.
Platform: | Size: 1024 | Author: 李国平 | Hits:

[RichEditricheditrc

Description: 在CRichEditCtrl控件内插入位图-CRichEditCtrl control insert in the bitmap
Platform: | Size: 55296 | Author: 张婴雄 | Hits:

[Windows DevelopCBmpSlidersrc

Description: this a Bitmap demo on wince platform
Platform: | Size: 76800 | Author: peter | Hits:

[Dialog_WindowBmpDemo

Description: 读取位图并实现在图上画点,直线,矩形,椭圆的功能-Read bitmap and realize in the map drawing point, a straight line, rectangle, ellipse function
Platform: | Size: 3621888 | Author: leva | Hits:

[Special Effects24BMP256ColorGray

Description: 本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.-Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.
Platform: | Size: 3072 | Author: xixi | Hits:

[GDI-Bitmapbitmap

Description: 位图进度条,使用两张位图掩盖,达到进度条的效果,有意思-Bitmap progress bar, the use of two bitmap to cover up, to the effect of the progress bar, interesting
Platform: | Size: 10663936 | Author: dongjingyang | Hits:

[Windows CECCePngButtonST

Description: 改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。-Changed code can be realized with wince button on png transparent image, Bitmap or icon can also be of course. The Button Class from CCeButtonST (can only load the icon) modified from.
Platform: | Size: 12288 | Author: 付星 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net