搜索资源列表
AlphaTriangles.c
- 主要是查看三角的颜色是否匹配,用的是ARGB,采用的是3D公式,但本程序却不能采用2D公式
yuv420ToArgb_MMX(2.0)
- yuv420(yuv12) to ARGB using MMX assembly with VC and test successfully in direct draw ARGB mode by Jesse stone 100% work
h264_ffmpeg049pre
- Reffer to ffmpeg 0.4.9pre to modify H264 decoder. U can use it in network stream codec.Output use mmx coding to ARGB, and add a sample to show how to use it. I add many safe function in this case so u can use it in
GetColorValue
- 取图片上某点的颜色值,支持ARGB4444,ARGB1555和ARGB
HGE 中文显示新方案
- HGE 中文显示新方案 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Author - 微妙的平衡(BOGY) Mail - bogy.cn@gmail.com Home - http://bogy.cn 文件与目录结构说明 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GfxFont.
dealbmp
- 该程序可以把各种格式的位图转化为argb1555格式的数据。-the procedure could formats bitmap into argb1555 format data.
AlphaTriangles.c
- 主要是查看三角的颜色是否匹配,用的是ARGB,采用的是3D公式,但本程序却不能采用2D公式-View Triangle mainly the color match, use the ARGB, using 3D formula, but this procedure can not be used 2D formula
yuv420ToArgb_MMX(2.0)
- yuv420(yuv12) to ARGB using MMX assembly with VC and test successfully in direct draw ARGB mode by Jesse stone 100% work-yuv420 (yuv12) to ARGB using MMX assembly with VC and test successfully in direct draw ARGB mode by
GetColorValue
- 取图片上某点的颜色值,支持ARGB4444,ARGB1555和ARGB-Take pictures, the color value of a point to support ARGB4444, ARGB1555 and ARGB
Nk264decLib.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command l
Nk264decLib20.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command li
Nk264decLib30.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command li
argb
- 透明效果的显示,,ARGB的色彩显示,基于Qt4-transparent effect..based on Qt4
081031_pixel_check
- 可以讀取任意資料夾內的圖型檔案,並利用滑鼠確認任一點的ARGB值,以及該點的座標。-Can read any folder within the graphic file, and use the mouse to confirm the ARGB value of any point, as well as the coordinates of the points.
color
- 枚举名和颜色对比,可以更清楚名称的实际意义,还可以自已进行ARGB调色。-Enumeration name and the color contrast, can more clearly the actual meaning of the name, but also to carry out their own color ARGB.
iconer
- a simple software for converting PNG and Bitmap files to windows icon formats. it supports 32bit icon format if the original file is PNG or ARGB formated bitmap.
pixellib-1.2.115-20110925.tar
- 高质量二维渲染引擎,透视变换,色彩空间变换,二次三次插值,矢量图形,抗锯齿。-pixellib:High Quality Anti-Alising Vector/Raster Graphics Multi-Pixel-Format: RGB, BGR, ARGB, ABGR, RGBA, BGRA 8/15/16/24/32 depth Light weight 100 C implementation SSE2/MM
matlab-Code-HSV-aRGB
- 颜色HSV空间与RGB空间的相互转换,本程序已经测试可用于彩色图像处理.matlab代码,已经经过测试,很好用。-the matlab demo code of Color space tansformation show it very good.HSV space and RGB color space conversion, the procedures have been tested can be used for co
ImageDeal
- 读取图片,对像素点任意操作,生成图片.如对像素点进行ARGB的分解,或者将ARGB恢复成像素值,对每个像素点进行修改转换等等。-Read the image, any operation on the pixels to generate the picture. If the pixel of ARGB decomposition or ARGB back into pixel values, modify the conversio
VB ARGB
- 用VB实现ARGB,方法很简单。 背景R * (1 - A / 255) + 图像R * (A / 255) 背景G * (1 - A / 255) + 图像G * (A / 255) 背景B * (1 - A / 255) + 图像B * (A / 255) 虽然对于图像的处理较为慢一些...(Using VB to implement ARGB, the method is very simple. Background