搜索资源列表
Ilib-1.1.8-min
- IPL库是Intel为了配合其MMX,SSE,SSE2以及将来的VLSW等技术发布的图像处理库 支持1,8,16,位有/无符号,32位有符号,32位浮点类型数据类型。 支持RGB,CMYK,YCACB,YUV,XYZ,色彩空间,支持alpha通道 支持矩形ROI,通道ROI,遮罩 支持分块图像,错误处理,用户定义函数 支持图像数学,几何,滤波,图象统计,色彩空间变换操作。-IPL is the database to accommodate its Intel MMX, SS
tiffopensave
- 支持CMYK模式下的Tiff图像打开,显示,储存,打印。可基本实现交互。-support CMYK mode of Tiff images open, display, storage and printing. Can achieve basic interactive.
XYZtoLAB
- 颜色转换程序-由色彩的XYZ三刺激值,获取油墨的配方CMY!-color conversion program - from the XYZ color tristimulus values, access to prescr iption CMYK ink!
LCMS
- 这是一个ICM色彩变换模块,通过它,您可以读写*.ICM或*.ICC色彩描述文件,并利用它在各种色彩空间之间进行最小失真变换,如RGB->CMYK、CMYK->Lab等。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译。接口定义见icc.h文件。-ICM color conversion module, through it, You can read and write *. *. ICC or ICM color descr iption
色盘算法
- java写的非常棒的色彩盘!有CMYK、LAB、RGB几种模式-wrote wonderful color set! A CMYK, LAB, RGB several models!
tiff-3.8.0.zip
- TIFF(Tag Image File Format)图像文件说明: TIFF文件是由许多的标签(tag)组成,在Adobe的有关tiff6.0的说明中,将(tag)的解释称各种标签所对应的数值,而在文件中各个标签的实际入口称为(field),暂且称为域。tiff支持黑白、灰度、彩色的图像格式,同时还可以接受RGB CMYK等色彩系统,同时支持图像数据的LZW,哈夫曼等压缩算法或者不压缩。 TIFF文件分为文件头和IFD两部分,一个IFD中存储了一幅图像的信息,IFD可以
rgb2cmy_tetra
- color conversion using tetrahedral interpolation. It can be used for any color conversion if you have a look-up talble of the color spaces. The source file is for the conversion of RGB to CMYK.
RGB_CMYK.RAR
- JAVA编写的RGB色彩空间转换到CMYK的程序-a app which can transform RGB colorspace into CMYK
HSL
- 用于RGB到HSL,CMYK转换并调节的SDK函数代码-For RGB to HSL, CMYK conversion and regulation function SDK code
colors
- RGB Convert to CMYK,HLS,Lab
Search_for_TIF
- 自己写的一个搜索TIF图片信息的程序,可以获取TIF图的CMYK,分辨率-Write a TIF image information search process, you can obtain the TIF map CMYK, resolution
RGBtoCMYKtransfer
- Adobe公司的GRB图转换成CMYK图的转换公式以及源码-GRB Adobe' s maps were converted into CMYK conversion formula and the source map
RGB-to-CMYK-or-CMYK-to-RGB
- RGB转CMYK或CMYK转RGB等还有其他一些色空间的转换程序-RGB to CMYK or CMYK to RGB
CMYTOLAB
- 该段代码实现了从CMYK到lab的转换,效果较好-The code to achieve the conversion from CMYK to the lab, the better
colorspace
- 各种颜色空间的转化 史上最全的 有RGB HSI HSV Ycbcr LAB CMYK NTSC 个空间的-The transform in all colorspace
ImageMagic_src
- ImageMagic 圖片色彩平衡調整 Ever wonder how to extract data from a JPEG and manipulate it using only WPF? Or how WPF performs on a moderately sized image (10 MB)? The ImageMagic program provides an answer. The program opens an included 2592 x 3872 JPEG, ex
rgb2cmyk
- 提供RGB转CMYK的MATLAB仿真程序,其中支持CMYK的图像格式为TIFF。之前在网上找了很久,但都没有找到合适的代码,这是自己编的,亲测有效。-This item provided the transformation of RGB2CMYK.
WindowsFormsApplication1
- 颜色空间转移:本代码演示了从RGB空间到CMY、HSV、HSL的转换方法-Color Space Transfer:This code demonstrates space from RGB to CMYK, HSB, HSL conversion method
HSL
- 用于RGB到HSL,CMYK转换并调节的SDK函数代码-For RGB to HSL, CMYK conversion and regulation function SDK code
MATLAB RGB转CMYK
- RGB转CMYK 可通过弹窗选择图片 图片的类型多样吧,包括bmp;jpeg;tif;png;hdf;jpg等 代码简洁,直接运行mainTest,根据操作选择即可