CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Palette

搜索资源列表

  1. bmp_balance

    0下载:
  2. 对BMP图像均衡化处理,可能对有调色板的图像效果不好-Equalization processing of BMP images, the palette of the image may have a bad effect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:5338
    • 提供者:李少卿
  1. ChooseColor

    0下载:
  2. 该程序用MFC开发,主要功能是调用调色板选择颜色,然后将被选颜色的RGB保存在一个共有变量中,同时写入配置文件,下次程序重启时,调用配置文件中的色标值,用于显示。这是我为一个项目写的一个实验模块,已经实现项目所要求的色标设置功能,然后就移植到项目中了。是一个完整的工程,打开编译就能运行。-The program using MFC development, the main function is to call select a color palette, and then selected
  3. 所属分类:Button control

    • 发布日期:2017-04-03
    • 文件大小:957828
    • 提供者:朱重生
  1. PaletteDemo

    0下载:
  2. vc——创建和使用调色板\PaletteDemo-vc- Creating and using color palette \ PaletteDemo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:28876
    • 提供者:
  1. BMPOfData

    0下载:
  2. 在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values ​ ​ will be the image array processed image pixel values R
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:24884
    • 提供者:杨柳
  1. MyColor

    0下载:
  2. 该程序实现的调色板的功能,可以通过改变数值来改变颜色。-The program functions to achieve the palette, you can change the color by changing the value.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1212
    • 提供者:黄超君
  1. PaletteDemo

    0下载:
  2. vc——创建和使用调色板\PaletteDemo的程序源码,希望对大家有所帮助-vc- Creating and using color palette \ PaletteDemo the program source code, we hope to help
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:30563
    • 提供者:
  1. drawing

    0下载:
  2. 实现绘图的功能,主要画点,直线,矩形,椭圆,可改变线型线宽,用滚动条控件实现的调色板功能,避免了窗口重绘时图像消失-Achieve the graphics function, the main drawing points, lines, rectangles, ellipses, can change the line width with the slider control to achieve the palette function, avoiding the window to r
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-06
    • 文件大小:1204501
    • 提供者:XT
  1. CPaletteDemo

    0下载:
  2. 使用CPalette类创建并使用调色板的实例源码,很不错的vc源码,推荐!-Use CPalette class instance to create and use the palette source, very good vc source, recommended!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:26966
    • 提供者:汪超群
  1. polar_palette

    0下载:
  2. 极坐标下生成色调饱和度渐变图像,分别沿径向和切向渐变-this code generates a palette circle.Hue gradully changes along its semidiameter, while saturation gradually changes along its tangential direction.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1294482
    • 提供者:王世通
  1. PaletteDemo

    0下载:
  2. 创建和使用调色板\PaletteDemo\PaletteDemo.rar,很不错的vc源码,希望对大家有所帮助。-Creating and using color palette \ PaletteDemo \ PaletteDemo.rar, very good vc source, we want to help.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:30636
    • 提供者:
  1. DirectXShowCard

    0下载:
  2. 调用WMI,获取显卡的详细信息。支持的调色板。是否支持gamma ramp接口。取得显示模式信息。-Call WMI, get detailed information card. Support of the palette. Whether to support the gamma ramp interface. Display mode to obtain information.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:56625
    • 提供者:future
  1. imgproc2

    0下载:
  2. * Image Processing - Blurring and softening - Sharpening - Embossing - Customised filters - Minimum, Maximum and Average Rank filters for impressionistic effects * Colour Manipulation - Colourise images - Darken an
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:144925
    • 提供者:子狐
  1. bmploader

    0下载:
  2. 该例子加载一幅BMP给CRaster类对象,该类包含一个成员函数可以把位图显示到一个windows设备上(如屏幕)-This example loads a BMP file into an object of class CRaster that includes members to store Palette, Raster bits, and Bitmap information. CRaster includes a member function (GDIPain
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:25124
    • 提供者:李瑛
  1. CDib

    0下载:
  2. 改程序用于图像处理,编写的图像处理底层代码CDib类。可以获取图像数据,建立逻辑调色板等-Change the procedure for image processing, image processing low-level code written CDib class. You can obtain image data, to create a logical palette, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1811577
    • 提供者:罗玲
  1. palette

    0下载:
  2. 在AutoCAD中 嵌入模版,方便进行AutoCAD的开发,给设计人员带来方便-在AutoCAD中 嵌入模版,方便进行AutoCAD的开发,给设计人员带来方便!!!!!!!!!
  3. 所属分类:CAD

    • 发布日期:2017-05-18
    • 文件大小:4784521
    • 提供者:wangxiaowei
  1. 9f245d1de4a1

    0下载:
  2. 在VC++平台上实现火焰效果,自己建立调色板,采用粒子系统制作。能够在手机上运行。-In VC++ platform to achieve the flame effect, create their own color palette, using particle systems to create. To the phone.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:164528
    • 提供者:ssss
  1. 2.2

    0下载:
  2. BMP图像信息隐藏,在不影响图像正常显示的情况下,在24位真彩色BMP图像中隐藏信息。主要是根据BMP图像的文件结构来实现。BMP图像由文件头,信息头,调色板区和数据区组成,而24位真彩色图像中没有调色板信息。此源码主要是在24位真彩色BMP图像中隐藏信息。-BMP image information hiding, without affecting the normal image display cases, in 24-bit true-color BMP images in the h
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:667373
    • 提供者:kayak
  1. mck315

    0下载:
  2. MCK (Mirror Classes Kit) v3.15 for Delphi Full Source. MCK is a kit of mirror classes for the VISUAL project development in Delphi environment using KOL library. Essence of idea of "mirror classes" is concluded in following. For each visually
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:206470
    • 提供者:Slayer
  1. color

    0下载:
  2. 一个简单的基于mfc的调色板程序。程序实现了通过对滑动条的拖动改变面板中圆的颜色。-A simple palette-based mfc.application.Program to achieve change by dragging the slider panel in the color circle
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1900663
    • 提供者:张超
  1. A-new-steganogra-phic-method-for-color-and-graysc

    0下载:
  2. A new steganogra phic method for color and grayscale image hiding... Full Implementatin In C# and Full C# project... this Program Get Secret Image And Host Image and then convert secret color image to palette based color image and then hide
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1677811
    • 提供者:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 24 »
搜珍网 www.dssz.com