CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 24
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 24 - List
[
2D Graphic
]
24to8
DL : 0
图象处理程序, 能把16位或24位等图象转化为8位(256色)图象,并保存到指定地址-Programs for image processing,can convert 16-bit or 24-bit images to 8-bit ones,and save them in the specific address.
Date
: 2025-12-22
Size
: 2.13mb
User
:
陈威
[
2D Graphic
]
800131-rgb2yuv420
DL : 0
rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
Date
: 2025-12-22
Size
: 1kb
User
:
张海滨
[
2D Graphic
]
neosdk
DL : 0
NEO SDK是一个跨平台的免费开源图形软件开发包。它支持基本绘图、多种格式图形显示、鼠标操作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它支持最高24位的各种色深!并拥有不错的处理速度。当前版本是V2.1.90修正版。-NEO SDK is a free cross-platform open-source graphics software development kit. It supports basic mapping, multiple format graphics, mouse operation, expandable memory and memory expansion of the operation, the clock, audio playback, multiple fonts in Chinese and English displays and more properties; Even more exciting is that it can work in high resolution (800X600 For example, 1,024 x768 or reproduce 16.2 million ); Moreover, it supports 24-bit color of deep! And with good speed. The current version is amended version V2.1.90.
Date
: 2025-12-22
Size
: 1.32mb
User
:
董凯
[
2D Graphic
]
24bitto8bit
DL : 0
windows下24位色高质量转8位色代码-windows color under 24 to eight high-quality color code
Date
: 2025-12-22
Size
: 214kb
User
:
王鹏
[
2D Graphic
]
color2gray
DL : 0
24位真彩色转为灰度图,在vc系统下实现,效果极佳-24 true color to the gray level in vc system achieved excellent results
Date
: 2025-12-22
Size
: 1kb
User
:
乡村鱼
[
2D Graphic
]
bmptobinary
DL : 0
bmp,24位,8位,灰度图-->binary转换-bmp, 24, and 8-bit, grayscale
Date
: 2025-12-22
Size
: 6kb
User
:
yuxl
[
2D Graphic
]
int2string24
DL : 0
对24位bmp图片进行加入水印,图像水印最简单的方法。里面有readme,详细介绍-Bmp image of 24 to join the watermark, image watermark the simplest way. There are readme, details
Date
: 2025-12-22
Size
: 363kb
User
:
王立东
[
2D Graphic
]
Explosion
DL : 0
as3.0 模拟爆炸 package { import flash.display.BitmapData import flash.geom.ColorTransform public class Explosion { /* EXPLOSION PARAMETERS */ //-- START VALUES private const EXPLOSION_RADIUS: int = 24 private const EXPLOSION_MAX_VELOCITY: Number = 2 private const EXPLOSION_MAX_HEAT: int = 2 // causes particles to move up private const PARTICLE_CHAOTIC_MOVE: Number = .1825 private const PARTICLE_DAMP_MOVE: Number = .99 private const PARTICLE_DAMP_ENERGIE: Number = .99 //-- AMOUNT private const P_COUNT: int = 3000 private const PCOUNT_EACH_FRAME: int = 100 -AS3.0 simulated explosive package (import flash.display.BitmapData import flash.geom.ColorTransform public class Explosion (/* EXPLOSION PARAMETERS*///START VALUES private const EXPLOSION_RADIUS: int = 24 private const EXPLOSION_MAX_VELOCITY: Number = 2 private const EXPLOSION_MAX_HEAT : int = 2// causes particles to move up private const PARTICLE_CHAOTIC_MOVE: Number = .1825 private const PARTICLE_DAMP_MOVE: Number = .99 private const PARTICLE_DAMP_ENERGIE: Number = .99// AMOUNT private const P_COUNT: int = 3000 private const PCOUNT_EACH_FRAME: int = 100
Date
: 2025-12-22
Size
: 225kb
User
:
mabingru
[
2D Graphic
]
DSplit
DL : 0
这是用于VC++开发的,能够准确地检测出图像中物体的边缘,还集成了CDib类可以处理8位、16位、24位、32位位图。-This is for VC++ Developed to accurately detect the edge of the image objects, but also integrates CDib type can deal with 8, 16, 24, 32-bit bitmap.
Date
: 2025-12-22
Size
: 339kb
User
:
耗子
[
2D Graphic
]
1
DL : 0
了解了24位BMP图像的相关结构后,就要对24位的BMP图像进行加密,因为BMP 图像是由像素组成,每个像素有三个字节,每个字节有8个二进制位组成,因此,改变最低位将不会影响图像的视觉效果。我们将最低位提取出来与高七位进行关联,利用密钥来进行加密,这样就达到了对文件进行嵌入水印的操作。-Understanding of 24 BMP images related to the structure, it is necessary for 24 of the BMP image encryption, because the BMP image by pixels, each pixel has three bytes, each byte has 8-bit binary components Therefore, change will not affect the lowest visual images. We will extract the lowest association with the high-7, the use of keys for encryption, so that the documents met the watermark embedding operation.
Date
: 2025-12-22
Size
: 2kb
User
:
吴丹
[
2D Graphic
]
BMP24
DL : 0
对24位的图片进行读写的代码 其中包括对图像的打开传输等功能-24 of the picture to read and write code, including the opening of the image transmission and other functions
Date
: 2025-12-22
Size
: 3.81mb
User
:
realwill
[
2D Graphic
]
DIBmp
DL : 0
Date
: 2025-12-22
Size
: 55kb
User
:
liuqungen
[
2D Graphic
]
pngStitch-windows
DL : 0
Stitches together png images vertically (like TrentStitch) - mainly to make my life easier when making knobs for vst plugins. I ve only tested it with 32 bit images though (i.e. 24 bit colour, 8 bit alpha) - There s a good chance it ll fail miserably if you try and use anything else. I don t know how many images it ll handle either - I managed to stitch together 115 without any problems, so you should be ok. -Stitches together png images vertically (like TrentStitch)- mainly to make my life easier when making knobs for vst plugins. I ve only tested it with 32 bit images though (i.e. 24 bit colour, 8 bit alpha)- There s a good chance it ll fail miserably if you try and use anything else. I don t know how many images it ll handle either- I managed to stitch together 115 without any problems, so you should be ok.
Date
: 2025-12-22
Size
: 459kb
User
:
Doctor
[
2D Graphic
]
bmp
DL : 0
缩小bmp图片的一个小程序(只支持24位的图像)-Bmp images to narrow a small program (only supports 24-bit images)
Date
: 2025-12-22
Size
: 214kb
User
:
jinchao
[
2D Graphic
]
24zhengcaise
DL : 0
应用图像处理技术,在图片中实现24色真彩色的程序-Application of image processing technology, in the picture to achieve true color 24-color process
Date
: 2025-12-22
Size
: 408kb
User
:
朱小娇
[
2D Graphic
]
SourceCode
DL : 0
The following codes a)convert an 8-grey scale image to a binary. b) convert a 24-bit colour image to its red channel image c)convert an 8-bit colour image to a grey-scale iamge.
Date
: 2025-12-22
Size
: 1.89mb
User
:
seduex
[
2D Graphic
]
morring
DL : 0
图像读取,镜像,写入,可对24位和32位图像操作-Image reading, mirroring, write
Date
: 2025-12-22
Size
: 2kb
User
:
zouzhy
[
2D Graphic
]
CBmp
DL : 0
用C++读24位BMP图像,读出RGB三个颜色分量到数组中-Using C++ Reading 24-bit BMP image, read out the three RGB color components to the array
Date
: 2025-12-22
Size
: 1kb
User
:
李靖
[
2D Graphic
]
ImagePcx
DL : 0
C#解析 PCX文件 知识8位 24位32位色 -PCX
Date
: 2025-12-22
Size
: 4kb
User
:
张轲
[
2D Graphic
]
ImageTga
DL : 0
C# 解析 Tga 格式文件。只实现了8位和24、32位图-C# analytical Tga format. Only achieved an 8-bit and 24,32 bitmap
Date
: 2025-12-22
Size
: 2kb
User
:
张轲
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.