搜索资源列表
透明图象静态类 .zip
- 透明图象静态类
在C++ Builder中显示透明位图
- 在C++Builder中,可以轻而易举地显示透明位图。透明位图与透明GIF图像相比有一个很大的优点,即:GIF图像格式最大支持256种颜色,位图却可以支持真彩色。 -in C + + Builder, it can be easy to show transparent bitmap. Bitmap and transparent transparent GIF image compared with a lot of advantages, namely : GIF format images
设置并叠加透明图片
- 这个程序介绍了如何绘制透明的位图,上层的位图一共有8个透明部分,通过他们可以清楚的观察下面的图片-the process of mapping how transparent bitmap, an upper bitmap a total of eight transparent, and through them we can clearly observe the following picture
一个透明显示位图的例子
- 一个透明显示位图的例子,本程序演示如何显示透明位图,有兴趣的朋友可以下载一试-a transparent Bitmap example, the procedures demonstration shows how transparent bitmap, interested friends can download a trial
透明位图背景上的滚动字幕实例
- 透明位图背景上的滚动字幕实例,用VC写的程序.
过滤透明色
- 本程序采用VC++6开发,主要用于将一些美工提供的位图资源由于某些原因在图像周圈存在同指定的透明颜色(软件开发中一般为粉红色RGB(255,0,255))略有不同的毛刺杂色,在软件界面中显示这些位图时这些杂色会显示出来,用常规软件中的画刷来处理这些杂色既费时又可能损坏原图。这个小程序采用逐个像素处理法可方便快速的解决这个问题。提供全部VC源码。-the procedures used six VC development, some of the major artists for the Bi
CISBitmap通过指定一种颜色把一幅位图变透明
- 通过指定一种颜色把一幅位图变透明,这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-through a designated colors of a bitmap transparent change, this Cbitmap derived from the bitmap type so you can designate an colors of a bitmap transparent change, while its
lrsbmp
- 在delphi3-7的环境下,安装后,可以显示透明图象,有一点局限,就是只能显示透明的bmp图象.-in delphi3-7 environment, the installation will show a transparent image, it is limited, is that the only show transparent bmp image.
Texturetransparency_Openg贴图且是透明贴图
- Openg贴图且是透明贴图-Openg mapping which is transparent textures
transparence
- 可以实现透明图象的界面,给初学者提供参考
位图类
- 这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-Cbitmap derived from the bitmap type so you can designate an colors of a bitmap transparent change, and its use with Cbitamp almost as simple.
图象半透明的处理
- 图象半透明合成输出,支持jpg格式-translucent image synthesis output support jpg format
第27章 透明位图背景上的滚动字幕实例
- 第27章 透明位图背景上的滚动字幕实例该程序可以方便实现字幕的滚动效果,程序简单易懂-transparent bitmap on the background of rolling subtitles examples of the procedures to facilitate the achievement of subtitles rolling results, procedures simplified
绘制半透明位图及如何画透明位图
- 绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering transluce
透明的图像
- 用VC编写的实现图象透明的小程序,适合学习VC图象编程的人作参考-VC Image prepared by the small transparent procedures for learning programming VC images of the people with reference
保存位图
- 绘制半透明位图
Crystal-Transparent-Menu 实现弹出位图菜单
- 实现弹出位图菜单,并半透明显示菜单中热响应区域,实现水晶效果-To achieve the pop-up menu bitmaps and translucent display the menu in the thermal response zone, to achieve crystal effect
transparent_bmp.zip VB下显示透明位图的例子
- VB下显示透明位图的例子 ,The example for Displaying transparent graph in VB
使用位图作为背景图
- 1、使用clouds.bmp作为背景图 2、在窗口不同位置分别显示原位图BP.bmp,mask位图MaskBP.bmp以及原位图的透明显示效果
alphaconv
- 将图片转成透明图片,快捷处理图片 省去了PS 处理(Turn the picture into a transparent picture)