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

Search list

[OpenGL programminimalScreenSaver

Description: This class loads a texture file and prepares it to be used in OpenGL. It can open a bitmap or a targa file. The min filter is set to mipmap b/c they look better and the performance cost on modern video cards in negligible. -This class loads a file and prepare texture s it to be used in OpenGL. It can open a bitmap or a t arga file. The min filter is set to mipmap b/c the y look better and the performance cost on modern video cards in negligible.
Platform: | Size: 2255872 | Author: werwerwer | Hits:

[GUI DevelopClientBitMap

Description: 在VC++应用程序中的客户区如何绘制位图按钮-in VC application procedures for the district how to draw customers bitmap button
Platform: | Size: 37888 | Author: mayinxia | Hits:

[Other Riddle gamesBrainiac

Description: 这个游戏允许玩家选择一个方块,然后选择另一个方块。如果两个方块是相同的,那么它们将保持可见状态,玩家尝试找出另外两个相同的方块。如果两个方块不同,它们将再次翻转,从而再次隐藏。玩家的任务就是将它们翻开是记住不同方块的位置,以便将所有方块配对。开发平台为vs.net2003,源文件包括: Resource.h--资源ID头文件 Bitmap.h--位图头文件 Bitmap.cpp--位图源代码文件 GameEngine.h--游戏引擎头文件 GameEngine.cpp--游戏引擎源代码文件 Brainiac.h--应用程序头文件 Brainiac.cpp--应用程序源代码文件-The game allows the player to choose a block, and then choose another block. If the two cubes are the same, then they will remain visible state, players attempt to identify the other two the same block. If two different squares, they will again overturned, thus once again hidden. Player's task is to turn them to remember is the location of different chunks, in order to match all square. Vs.net2003 development platform, the source document include : Resource.h--ID headers Bitmap.h-- bitmap files Bitmap . cpp-- bitmap source files GameEngine.h--game engine headers GameEn gine.cpp--game engine source code files Brainiac.h--application files Br ainiac.cpp--application source code files
Platform: | Size: 218112 | Author: wp | Hits:

[Windows Developoleldpic

Description: (141k) OleLoadPic demonstrates how to use the API OleLoadPicture() to load a picture from a file or resource. Useful if you need a JPG instead of a bitmap in an applications resource section-(141k) OleLoadPic demonstrates how to use the API OleLoadPicture () to load a picture from a file or resource. Useful if you need a JPG inste ad of a bitmap in an applications resource secti on
Platform: | Size: 145408 | Author: liujia | Hits:

[Button controlImageButtonWithSyle_demo

Description: 从CButton派生出类CImageButtonWithStyle,该类可以实现在按钮上显示图形包括icon,bitmap等-derived from CButton CImageButtonWithStyle category, such can be achieved on the button to display graphics including icon, bitmap, etc.
Platform: | Size: 32768 | Author: zhang | Hits:

[GDI-Bitmapgcbitmap

Description: 一个实现sprite的bitmap类。 1、可以实现遮照。 2、实现动画效果。-achieve sprite of a bitmap category. One can achieve blocked. Two, to achieve animation effects.
Platform: | Size: 4096 | Author: kuolei | Hits:

[GDI-BitmapBitLibrary

Description: 象素绘制 用Win32SDK编写的一个bitmap库-pixel mapping with Win32SDK prepared for a bitmap
Platform: | Size: 73728 | Author: brianyao | Hits:

[Other Riddle gamesBombGame

Description: win32SDK用BITMAP贴图的扫雷游戏的源代码-win32SDK BITMAP map with the demining game's source code
Platform: | Size: 388096 | Author: brianyao | Hits:

[GDI-BitmapOutBmp

Description: a tool convert black/white resource as a bitmap format and save into file-a tool convert black/white resource as a bi tmap format and save into file
Platform: | Size: 35840 | Author: 章泰来 | Hits:

[DSP programBitmapfeff

Description: 这是我替别人做的一个DSP图象处理的程序,可以实现读入256位位图,并导出数据-This is what I do for others a DSP image processing procedures can be achieved reading into the 256 bitmap, and export data
Platform: | Size: 1981440 | Author: 小鱼 | Hits:

[Multimedia programbmpzyuv

Description: BMP转4:2:0YUV,考虑了YUV的图象存储方式 位图文件大小为210*150-BMP to 4:2:0 YUV, consider the YUV images stored in such a manner as bitmap file size of 210* 150
Platform: | Size: 72704 | Author: licaifeng | Hits:

[WEB Codevclsbshuiyin

Description: VC 编写的 打开位图的LSB信息隐藏软件-VC prepared to open the LSB bitmap information hidden software
Platform: | Size: 2011136 | Author: ZENG | Hits:

[Special Effectsbmp2source

Description: This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows(TM) .BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.-This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows (TM). BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.
Platform: | Size: 46080 | Author: 赵东 | Hits:

[Graph Drawingdrawing2bitmap_src

Description: 程序画图和保存为BitMap的简单示例,因为简单,所以容易理解.-procedures drawing BitMap and preservation of a simple example, because simple, and easy to understand.
Platform: | Size: 16384 | Author: 王五 | Hits:

[Special EffectsbitmapEx_source

Description: 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE) return Attach(hBitmap) }-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
Platform: | Size: 5120 | Author: 李明 | Hits:

[Multimedia DevelopRplColor

Description: When I wrote this function my problem was to replace one color by an other on transparent bitmaps. My images were resources bitmaps, which I store in an ImageList for easy transparency. There is no easy way to directly access a Bitmap s pixel on Win32. If you re interested in, this article may help you to understand the usage of CreateDIBSection. If you have to load a bitmap from resource and made many color replacements, or if you have to change a color in a HBITMAP this function is for you. If you have a bitmap in resource and want to replace one or more color on load, it s better to use CreateMappedBitmap. You can found in the sample program a ReplaceColor function which use CreateMappedBitmap. I ve made the same code using only BitBlt. All BitBlt are really fast but the creation of the mask bitmap is so slow than the whole function is twice slower than the code using CreateDIBSection. ( sources are in the sample ) -When I wrote this function was to my problem replace one color by an other on transparent bit maps. My images were resources bitmaps, which I store in an ImageList for easy transpare ncy. There is no easy way to directly access a Bit 's pixel map on Win32. If you're interested in, this article may help you to understand the risques e of CreateDIBSection. If you have to load a bitm ap from resource and made many color replacemen ts. or if you have to change a color in a HBITMAP this f unction is for you. If you have a bitmap in resour ce and want to replace one or more color on load, it's better to use CreateMappedBitmap. You can f ound in the sample program a ReplaceColor funct ion which use CreateMappedBitmap. I've made the same code using only BitBlt. All are real BitBlt
Platform: | Size: 6144 | Author: 孙磊 | Hits:

[VxWorksbmpcnv

Description: convert bitmap for vxworks use format -convert bitmap format for use vxworks
Platform: | Size: 82944 | Author: 章泰来 | Hits:

[GUI Developvc_progress

Description: 一个位图进度条的VC源码_-a bitmap progress of the VC-source
Platform: | Size: 445440 | Author: zhang | Hits:

[Windows DevelopBitmapViewer

Description: vc 编写的位图浏览器,可以浏览位图(bitmap),希望对你有帮助-vc prepared by the bitmap browser, you can visit the Bitmap (bitmap), and I hope to help you! !
Platform: | Size: 53248 | Author: 牟宗存 | Hits:

[Special EffectsWindows_bkBitmap

Description: 利用BitBlt函数和ROP代码实现在Windows窗口中擦除位图背景-using BitBlt function and the realization of ROP code in Windows window background bitmap erasure
Platform: | Size: 77824 | Author: 啊征 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net