搜索资源列表
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 ur company project easily.Pass
GetColorValue
- 取图片上某点的颜色值,支持ARGB4444,ARGB1555和ARGB
HGE 中文显示新方案
- HGE 中文显示新方案 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Author - 微妙的平衡(BOGY) Mail - bogy.cn@gmail.com Home - http://bogy.cn 文件与目录结构说明 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GfxFont.cpp 中文字体类实现定义文件 GfxFont.h 中文字体
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 line option /QxP or SSE3 in "En
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 line option /QxP or SSE3 in "Ena
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 line option /QxP or SSE3 in "Ena
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/MMX Graphics Optimized
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 color image processing
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 conversion, and so each pixel.
argb_to_yuv_conversion
- ARGB和YUV420格式之间的转换,经过了代码级优化的C语言实现。-Color conversion between ARGB & YUV 420 color format videos. Optimized with C code implementation.
imaginglib0264
- Imaging is native Object Pascal image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries or other compiled binaries. Main development language is Object Pascal
saVideoARGB
- ARGB auto rotate plus loopback of pal
ImageGoLCDv0.3
- 应用于STM32F469 Discovery的图像转点阵数组的软件。可选横屏竖屏切换,ARGB,RGB模式-The software used in the STM32F469 Discovery array of image rotation lattice arrays. Optional horizontal screen vertical screen switch, ARGB, RGB mode
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 R * (1 - A / 255) + image R *