搜索资源列表
bmp2htm
- 作者:RockCarry工作室 陈凯 用TC2.0做的一个将BMP文件转换为HTML文件的小程序。 自己认为效果还不错,目前只能转换256色的BMP文件。 程序代码其实很简单,有兴趣的朋友,可以看看。 使用方法: 运行BMP2HTM文件即可,提示输入BMP文件名,记住目前只能转换256色的BMP图片。 然后会提示是否采用屏蔽色。 最后转换成功,在当前目录下面会生成一个名为A.htm的文件。这个就是转换后的文件了。 如果使用命令行方式,可如下: bmp2htm bmpfile.bmp -m 表示将
animate-0.ZIP
- VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。-VB code, the demonstration games, PSD format will be converted into BMP or JPG format of the procedure, but the change, the PSD should turn space into the game as stipulated in the tra
c语言完整jpg编解码
- 编码成JPEG格式图像或解码JPEG图像,很好用的程序-coding images into JPEG or JPEG image decoding, the procedure is useful
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
mjpgTools
- mjpeg静止图像压缩算法库文件M-JPEG(Motion- Join Photographic Experts Group)技术即运动静止图像(或逐帧)压缩技术,广泛应用于非线性编辑领域可精确到帧编辑和多层图像处理,把运动的视频序列作为连续的静止图像来处理,这种压缩方式单独完整地压缩每一帧。 -heavier still image compression algorithm libraries M-JPEG (Motion-Join Photographic Experts Group) t
714771751206myvido
- 图象的处理关于图像显示、旋转、缩放的,看了看,还是没明白所以(主要是还是对图像的结构没有弄清除造成的),后来拿了一本〖VC++数字图像处理〗,主要是针对位图的基本格式及结构,搞清除后,自已试着用程序来读位图里面的信息,基本成功了 -image processing on the image display, rotation, zooming, read, or not understand why (mainly right image or not get the structure o
bmp-jpg
- BMP压缩成JPG的源代码, 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区 成JPEG文件或缓冲区.-BMP JPG compressed into the source code, principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the
JPEG_doc2.1.4
- 通过阅读这份文档,能够对 JPEG 图形压缩有一定感性的认识, 但其数学原理不需要搞清. 能够通过这, 开始写自己的编码/解码程序. 或者看懂以有的代码. 对有损图形压缩有进一步了解.自己能够改良 JPEG, 比如增加透明色的支持, 加快 JPEG 的解码速度. -By reading this document to JPEG image compression to a certain emotional understanding, it does not need to unders
LastTray_Jpeg
- 这是一个图像截取的工具,实现了截取图像保存为BMP或者JPEG的功能,按照自定义的方式进行图像的截取,较方便!-This is an image interception of the tool, the depositary for the interception of images JPEG or BMP functions, according to the definition from the way the image interception, more convenient!
打开jpg或jif图片
- 一个vc写的打开jpg或jif图片的例程-write a vc open jpg or pictures routines jif
matlabtuxiang
- matlab图象显示的一些代码 在matlab6.5或者matlab 7中都可以调试通过-Matlab images show some code in Matlab 7 matlab6.5 or both Debugging can be adopted
Animated_S18084710212004
- Title: [ Animated Sliding Form ] Descr iption: This is an example of a new style form animation.Check this now. ## I Need your feedback. ## This file came from Planet-Source-Code.com...the home millions of lines of source code You can view c
tiaomashengcheng
- 条码生成程序代码,你可以是一下啊!!!还是不错的呢-barcode generation procedure code, you can be about ah! ! ! Or good?
dcmscibdemo.ZIP
- Dicom文件浏览工具,可以将Dcm文件转化为BMP或者Jpg-Dicom file browser tool can be Dcm documents into BMP or Broadband
12452121
- 在MFC程序中显示JPG/GIF图像 如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没有那么轻松,那么是不是要自己编写JPG解压缩代码呢?当然不用那么复杂啦!此代码将示范如何在MFC程序中显示JPG或者GIF图像。 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the p
ZHG_bmp_demo
- 1.本程序包是ZHG本人用C/C++所做,可供他人学习、研究参考。传播时请务必保持整个程序包的完整,并注明作者信息、出处等,以尊重作者知识产权。 2.运行相应程序后,输入相应的16色256色或24位真彩色bmp图片名称,即可查看该图片。 3.图片名应完整,如应当输入tupian.bmp。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com-1. This package is ZHG I use C / C made avai
BitmapFormat
- mp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件呢?为了消除无聊,我用了几天时间来研究了一下,同时作为学习笔记,进行记录。-mp document is very common bitmap document, or other game has been widely used. Bmp against document processing is a pile of ready-ma
EasyYuv_Src
- 这是一个显示yuv图像或视频序列的程序代码,在vc下能编译通过-This is a show yuv image or video sequence code, vc, will be able to compile
YUV420-OR-YV12
- 针对YUV420 或 YV12 图像数据实现对图片的缩放,算法为临近插值和线性插值-For YUV420 or YV12 image data to achieve the picture zoom, close interpolation algorithm and linear interpolation
show-picture-jpg-or-gif--with-cPP
- 使用c++显示jpg或者gif格式图片,内含一个按钮一个编辑框。-Use c++ display jpg or gif format images, an edit box containing a button.