搜索资源列表

  1. 透明图象静态类 .zip

    0下载:
  2. 透明图象静态类
  3. 所属分类:图形图象

    • 发布日期:2024-09-20
    • 文件大小:54435
    • 提供者:
  1. 在C++ Builder中显示透明位图

    1下载:
  2. 在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 advantag
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4757
    • 提供者:邱勇
  1. 设置并叠加透明图片

    0下载:
  2. 这个程序介绍了如何绘制透明的位图,上层的位图一共有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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:144320
    • 提供者:dy
  1. 一个透明显示位图的例子

    0下载:
  2. 一个透明显示位图的例子,本程序演示如何显示透明位图,有兴趣的朋友可以下载一试-a transparent Bitmap example, the procedures demonstration shows how transparent bitmap, interested friends can download a trial
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:359062
    • 提供者:林海
  1. 透明位图背景上的滚动字幕实例

    0下载:
  2. 透明位图背景上的滚动字幕实例.ra?该魑煌急尘吧系墓龆
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:220956
    • 提供者:替书恒
  1. 过滤透明色

    0下载:
  2. 本程序采用VC++6开发,主要用于将一些美工提供的位图资源由于某些原因在图像周圈存在同指定的透明颜色(软件开发中一般为粉红色RGB(255,0,255))略有不同的毛刺杂色,在软件界面中显示这些位图时这些杂色会显示出来,用常规软件中的画刷来处理这些杂色既费时又可能损坏原图。这个小程序采用逐个像素处理法可方便快速的解决这个问题。提供全部VC源码。-the procedures used six VC development, some o
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:411390
    • 提供者:罗伟
  1. CISBitmap通过指定一种颜色把一幅位图变透明

    0下载:
  2. 通过指定一种颜色把一幅位图变透明,这个从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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1762
    • 提供者:张军毅
  1. lrsbmp

    0下载:
  2. 在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.
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:5478
    • 提供者:官宇飞
  1. Texturetransparency_Openg贴图且是透明贴图

    0下载:
  2. Openg贴图且是透明贴图-Openg mapping which is transparent textures
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:195896
    • 提供者:华伟
  1. 图象半透明的处理

    0下载:
  2. 图象半透明合成输出,支持jpg格式-translucent image synthesis output support jpg format
  3. 所属分类:图片显示浏览

    • 发布日期:2024-09-20
    • 文件大小:659456
    • 提供者:
  1. 绘制半透明位图及如何画透明位图

    0下载:
  2. 绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:2048
    • 提供者:曾火尧
  1. 7.如何利用掩码位图制作透明图片?

    0下载:
  2. 7.如何利用掩码位图制作透明图片?这是想提高水平的好例子-7. The use of mask making transparent bitmap picture? This is to raise the level of a good example
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-09-20
    • 文件大小:1000448
    • 提供者:
  1. 在C++ Builder中显示透明位图

    0下载:
  2. 在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
  3. 所属分类:Windows编程

    • 发布日期:2024-09-20
    • 文件大小:4096
    • 提供者:邱勇
  1. 设置并叠加透明图片

    0下载:
  2. 这个程序介绍了如何绘制透明的位图,上层的位图一共有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
  3. 所属分类:界面编程

    • 发布日期:2024-09-20
    • 文件大小:2183168
    • 提供者:dy
  1. 透明图像

    0下载:
  2. 非常漂亮的软件界面开发源码,实现了透明图片背景特效,非常非常cool!源码属于delphi开发环境-pretty open source software interface to achieve a transparent picture background effects, very cool! Delphi source development environment belongs
  3. 所属分类:界面编程

    • 发布日期:2024-09-20
    • 文件大小:1008640
    • 提供者:李有为
  1. 一个透明显示位图的例子

    0下载:
  2. 一个透明显示位图的例子,本程序演示如何显示透明位图,有兴趣的朋友可以下载一试-a transparent Bitmap example, the procedures demonstration shows how transparent bitmap, interested friends can download a trial
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-09-20
    • 文件大小:358400
    • 提供者:林海
  1. 透明位图背景上的滚动字幕实例

    0下载:
  2. 透明位图背景上的滚动字幕实例.ra?该魑煌急尘吧系墓龆
  3. 所属分类:Static控件

    • 发布日期:2024-09-20
    • 文件大小:326656
    • 提供者:替书恒
  1. 过滤透明色

    0下载:
  2. 本程序采用VC++6开发,主要用于将一些美工提供的位图资源由于某些原因在图像周圈存在同指定的透明颜色(软件开发中一般为粉红色RGB(255,0,255))略有不同的毛刺杂色,在软件界面中显示这些位图时这些杂色会显示出来,用常规软件中的画刷来处理这些杂色既费时又可能损坏原图。这个小程序采用逐个像素处理法可方便快速的解决这个问题。提供全部VC源码。-the procedures used six VC development, some o
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-09-20
    • 文件大小:410624
    • 提供者:罗伟
  1. transparence

    0下载:
  2. 可以实现透明图象的界面,给初学者提供参考-Can realize a transparent image of the interface to provide a reference for beginners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-20
    • 文件大小:29696
    • 提供者:zqh
  1. alphaconv

    2下载:
  2. 将图片转成透明图片,快捷处理图片 省去了PS 处理(Turn the picture into a transparent picture)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:556032
    • 提供者:小菜aaa
« 12 3 4 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org